finished up to bootstrap

This commit is contained in:
2026-01-01 23:38:59 +10:00
parent b00d7fb34d
commit 1c50d7ce0e
17 changed files with 378 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
.menuItem {
text-align: center;
}
#menu ul {
padding-left: 0;
margin: .5%;
}
#menu li {
display: inline-block;
width: 16%;
background: #F00;
}
#menu a {
text-decoration: none;
color: white;
}
.pict {
width: 70%;
background: rgba(0, 255, 0, .5);
margin: 5px auto;
padding: 5px 0;
}