Files
main-website/css/style.css
T
2023-12-18 21:05:49 +01:00

29 lines
482 B
CSS

body {
font-family: 'Noto Sans', sans-serif;
background-color: #333;
color: #fff;
}
.container {
width: 80%;
margin: auto;
border: 2px solid #fff;
border-radius: 25px;
padding: 20px;
background-color: #444;
}
.nav a {
text-decoration: none;
color: #fff;
padding: 10px 20px;
border: 2px solid #fff;
border-radius: 25px;
background-color: #333;
}
.flash_info {
display: flex;
};
div.flash_info {
justify-content:left;
};