8,957
edits
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
width: 200px; | width: 200px; | ||
height: 200px; | height: 200px; | ||
} | |||
a[href="#"]:before { | |||
content: "Светлая тема"; | |||
} | |||
a[href="#"] { | |||
visibility: hidden; | |||
position: relative; | |||
} | |||
a[href="#"]:before { | |||
visibility: visible; | |||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
} | } | ||