faggen proggrezzzz
This commit is contained in:
parent
aba2ed43d9
commit
83a1783bab
10 changed files with 203 additions and 91 deletions
|
|
@ -1,6 +1,17 @@
|
|||
<style>
|
||||
#gang {
|
||||
|
||||
* {
|
||||
filter: grayscale(100%);
|
||||
transition: filter 17s linear;
|
||||
|
||||
}
|
||||
|
||||
*:hover {
|
||||
filter: grayscale(0%) !important;
|
||||
transition: filter .1s linear;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
|
@ -14,7 +25,7 @@
|
|||
|
||||
}
|
||||
h2 {
|
||||
font-size: 24em;
|
||||
font-size: 12em;
|
||||
/* text-transform: uppercase;*/
|
||||
line-height: 1em;
|
||||
flex: 1 1 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue