some style

This commit is contained in:
Basyrov Rustam
2025-06-05 01:37:13 +03:00
parent 9a98bf86be
commit 4faaa042cb

View File

@@ -3,6 +3,20 @@ li a {
}
body {
background: white url("images/background.jpg") no-repeat;
background: white;
background-position: top;
font-size: 200%;
}
h1 {
text-align: center;
}
div {
text-align: center;
}
ul {
display: inline-block;
padding: 0;
margin: 0;
}