nailed it bitchoz
This commit is contained in:
parent
64ca25c43b
commit
d90d29e67f
1 changed files with 11 additions and 8 deletions
|
|
@ -1,13 +1,21 @@
|
|||
|
||||
* {
|
||||
filter: grayscale(100%);
|
||||
transition: all 17s ease-out;
|
||||
transition: filter 17s linear;
|
||||
|
||||
}
|
||||
*:hover {
|
||||
filter: grayscale(0%) !important;
|
||||
transition: all .4s linear;
|
||||
transition: filter .1s linear;
|
||||
}
|
||||
|
||||
img {
|
||||
filter: blur(17px) !important;
|
||||
}
|
||||
img:hover {
|
||||
filter: blur(0px) !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Sigoil, Space-Grotesk, 'Arial', 'Helvetica', sans-serif;
|
||||
font-weight: normal;
|
||||
|
|
@ -119,13 +127,8 @@ margin: 0;
|
|||
border-color: purple;
|
||||
border-width: 10px;
|
||||
max-height: 300px;
|
||||
filter: blur(17px);
|
||||
}
|
||||
|
||||
}
|
||||
img:hover {
|
||||
filter: blur(0px);
|
||||
transition: all 2s linear;
|
||||
}
|
||||
|
||||
}
|
||||
figcaption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue