Spaces:
Running
Running
File size: 340 Bytes
e1e19f4 be372e4 2d48775 e1e19f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
h1 {
text-align: center;
font-family: Arial, sans-serif;
}
footer {
text-align: center;
font-family: Arial, sans-serif;
font-size: 18px;
margin-top: 50px;
}
header{
display: flex;
justify-content: flex-end;
}
img {
width: 100px;
height: auto;
}
main {
display: flex;
justify-content: center;
} |