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 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Comic Sans MS', cursive, sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 500px;
|
||||
margin: 50px auto;
|
||||
margin: 25px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 0 50px 0;
|
||||
}
|
||||
|
||||
.rotate {
|
||||
animation: rotation 5s infinite linear;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue