First draft of a website
This commit is contained in:
25
static/styles.css
Normal file
25
static/styles.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user