site-perso-poly/static/style.css

42 lines
539 B
CSS

body {
background-color: #282A36;
display: flex;
justify-content: center;
}
#header {
display: flex;
flex-direction: column;
gap: 1rem;
justify-content: center;
}
#title {
padding : 1rem;
}
#menubar {
background-color: #44475A;
border-radius: 20px;
padding: 10px;
display: flex;
gap: 50px;
justify-content: center;
}
.title_button {
padding : 10px;
border-radius: 10px;
background-color: #BD93F9;
}
.title_button:hover {
background-color: #BD93F966;
}
#content {
background-color : #44475A;
}