Dodaj 'style/main.css'

This commit is contained in:
Krystian Rzepa 2018-12-31 00:16:49 +00:00
parent eaa4476066
commit 752ec84ceb

23
style/main.css Normal file
View 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;
}