mirror of
https://github.com/idanoo/interesting.rocks
synced 2025-07-02 22:22:20 +00:00
Add some space between rocks and h1
This commit is contained in:
parent
3f595405f1
commit
3d7b6a51a4
1 changed files with 7 additions and 1 deletions
|
@ -10,13 +10,19 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-family: 'Comic Sans MS', cursive, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
margin: 50px auto;
|
margin: 25px auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0 0 50px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.rotate {
|
.rotate {
|
||||||
animation: rotation 5s infinite linear;
|
animation: rotation 5s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue