site-perso-poly/static/style.css
Djalim Simaila 4bf64afaf1
All checks were successful
DEPLOY / deploy (push) Successful in 3s
issou ca c'est du commit
2025-01-17 14:00:09 +01:00

45 lines
605 B
CSS

body {
background-color: #282A36;
display: flex;
justify-content: center;
flex-direction: column;
}
#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;
padding: 10px;
border-radius: 20px;
}