project-vivi/base.css
martino c5ed438275 Primi file
Prime bozze dei file, da sistemare
2024-08-03 14:37:20 +02:00

31 lines
408 B
CSS

/* CSS base del progetto Vivi - iniziato il 2024-07-23 */
body {
margin: 20px;
}
nav {}
.icon-bar {
width: 100%;
background-color: #555;
overflow: auto;
}
.icon-bar a {
float: left;
text-align: center;
width: 20%;
padding: 12px 0;
transition: all 0.3s ease;
color: white;
font-size: 36px;
}
.icon-bar a:hover {
background-color: #000;
}
.active {
background-color: #04AA6D;
}