first commit
This commit is contained in:
commit
daa1115964
10 changed files with 284 additions and 0 deletions
23
static/styles.css
Normal file
23
static/styles.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 80%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
div {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue