First draft of a website

This commit is contained in:
2021-08-22 15:50:01 +03:00
parent a907acf175
commit dfd8cc2f3c
3 changed files with 46 additions and 0 deletions

25
static/styles.css Normal file
View File

@ -0,0 +1,25 @@
body {
position: relative;
background-color: DarkSlateBlue;
color: white;
font-family: Arial;
font-size: 400%;
}
.center {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
}
.bottom {
background-color: black;
position: fixed;
width: 100%;
bottom: 0;
right: 0px;
font-size: 30px;
text-align: right;
padding: 10px;
}