Update
This commit is contained in:
parent
d52544f211
commit
2c60dc3a2e
22 changed files with 1722 additions and 1663 deletions
|
@ -1,8 +1,8 @@
|
|||
@keyframes anim
|
||||
{
|
||||
0% { margin-left: 0px; }
|
||||
50% { margin-left: 200px; }
|
||||
100% { margin-left: 0px; }
|
||||
0% { margin-left: 0px; transform: rotate(6deg); }
|
||||
50% { margin-left: 200px; transform: rotate(0deg); }
|
||||
100% { margin-left: 0px; transform: rotate(-5deg); }
|
||||
}
|
||||
|
||||
@keyframes anim2
|
||||
|
@ -19,20 +19,22 @@ body
|
|||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Cat_8.jpg/180px-Cat_8.jpg");
|
||||
cursor: not-allowed;
|
||||
width: 200%;
|
||||
transform: skew(3deg);
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
background-color: red;
|
||||
font-family: cursive;
|
||||
transform: rotate(170deg);
|
||||
}
|
||||
|
||||
h1
|
||||
h1
|
||||
{
|
||||
animation-name: anim;
|
||||
animation-duration: 1s;
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: linear;
|
||||
animation-timing-function: linear;
|
||||
cursor: zoom-in;
|
||||
color: brown;
|
||||
}
|
||||
|
@ -47,6 +49,13 @@ h2, h3
|
|||
cursor: zoom-out;
|
||||
}
|
||||
|
||||
.nav
|
||||
{
|
||||
display: block;
|
||||
transform: perspective(300px);
|
||||
transform: rotateY(50deg);
|
||||
}
|
||||
|
||||
pre, code
|
||||
{
|
||||
font-family: fantasy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue