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

40 lines
631 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;
}
img.flash_info {
display: flex;
transition: 0.4s;
};
img.flash_info:hover {
transition: 0.4s;
width: 800px
};
p.flash_info {
display: flex;
};
div.flash_info {
justify-content:left;
display: flex;
};