1-index.html.css.head - bitreich-www - the bitreich www website generator | |
git clone git://bitreich.org/bitreich-www/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hh… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
1-index.html.css.head (86410B) | |
--- | |
1 <style type="text/css"> | |
2 | |
3 html, body { | |
4 height: 100%; | |
5 cursor: none; | |
6 scrollbar-color: deeppink pink; | |
7 } | |
8 | |
9 ::selection { color: yellow; } | |
10 | |
11 body { | |
12 transform: rotate(25deg) translateX(200px) translateY(200px); | |
13 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lv… | |
14 } | |
15 | |
16 .proletariat { | |
17 background: blue; | |
18 background: -webkit-linear-gradient(left, orange , yellow, green, cy… | |
19 background: -o-linear-gradient(right, orange, yellow, green, cyan, b… | |
20 background: -moz-linear-gradient(right, orange, yellow, green, cyan,… | |
21 background: linear-gradient(to right, orange , yellow, green, cyan, … | |
22 -webkit-background-clip: text; | |
23 -webkit-text-fill-color: transparent; | |
24 } | |
25 | |
26 .proletariat:hover { | |
27 text-decoration: underline; | |
28 } | |
29 |