ctf-chal-ji/www/static/css/stylesheet.css
2025-09-17 08:51:51 +02:00

48 lines
637 B
CSS

.logo{
height:50px;
width:auto;
}
.nav-bar ol{
display:flex;
align-items: center;
gap:15px;
list-style-type: none;
width:100%;
height:60px;
padding:0;
margin:0;
background-color: rgb(36, 36, 36);
}
.nav-bar a {
padding:0;
margin:0;
height:60px;
display:flex;
align-content: center;
justify-content: center;
}
.nav-bar a:hover{
text-decoration: none;
}
.nav-bar li{
font-style: none;
color:black;
width:100%;
height:100%;
background-color: yellow;
}
.wrapper {
display:flex;
align-content: center;
justify-content: center;
}