stylehub/style.css

19 lines
344 B
CSS
Raw Normal View History

2023-10-16 18:46:36 +02:00
body {
background-color: #262930;
2024-01-09 12:11:02 +01:00
align-items: center;
justify-content: center;
2024-01-09 12:12:56 +01:00
background-repeat: repeat;
2024-01-09 12:34:39 +01:00
background-size: 3.5%;
2024-01-11 16:08:08 +01:00
}
.navsite_list{
display: flex;
flex-direction: row;
}
.navpage_list{
display: none;
flex-direction: column;
}
.navsite_list:hover .navsite_list{
display: flex !important;
2023-10-16 18:46:36 +02:00
}