Create style.css

This commit is contained in:
cipher387 2021-07-02 14:35:49 +03:00 committed by GitHub
parent 1ce551a975
commit 12db1e1180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
style.css Normal file
View File

@ -0,0 +1,22 @@
*
{
text-align:center;
background-color:white;
color:black;
padding:2px;
font-size:14px;
}
li {
list-style-type: none;
}
ul {
margin-left: 0;
padding-left: 0;
}
h5,h6
{
font-size:16px;
}