Dodaj 'style/main.css'
This commit is contained in:
parent
eaa4476066
commit
752ec84ceb
23
style/main.css
Normal file
23
style/main.css
Normal file
@ -0,0 +1,23 @@
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #333333;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
h1{
|
||||
margin: 0;
|
||||
padding: 0 0 20px;
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: red;
|
||||
}
|
Loading…
Reference in New Issue
Block a user