Saw a file tree structure online and had to create a SASS version for BootAdmin.org.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>GitHub & BitBucket HTML Preview</title> | |
<style> | |
body { | |
font: 13px Helvetica, arial, freesans, clean, sans-serif; | |
color: #333; | |
} |
Exploring some ways of visually hiding or obscuring text with CSS filters and pseudo-elements.
DEMO https://codemyui.com/pure-css-blurred-invisible-and-redacted-text-effect/