Created
December 26, 2016 22:12
-
-
Save rohozhnikoff/ce49fdc086a7e1a5ec7e9f8099835da4 to your computer and use it in GitHub Desktop.
сниппет, для удобства прописывания разметки
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
.page-main * { | |
background: rgba(0, 0, 0, .025); | |
padding: 5px; | |
margin: 5px; | |
} | |
.page-main *:after { | |
content: attr(class); | |
font-size: 12px; | |
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; | |
font-style: italic; | |
font-weight: 100; | |
color: indigo; | |
position: absolute; | |
margin-top: -12px; | |
visibility: hidden; | |
background-color: #fff; | |
} | |
.page-main *:hover:after { | |
visibility: visible; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment