removed bloat from css

This commit is contained in:
tinfoil-hat 2022-09-05 13:08:05 +02:00
parent a4c47ed34e
commit 88c7b55b1d

View File

@ -18,37 +18,4 @@ a:active.home{color:#fff;text-decoration:none;background-color:#grey}
.floatdiv2{float:left;color:#fff;border-right:1px solid #999;border-bottom:1px solid #999;padding:3px 6px 3px 6px;border-radius:3px;background-color:black}
.floatdiv2:hover{color:#222;background-color:#808080;text-decoration:none;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.75)}
h1 {
color: white;
text-align: center;
}
p {
color: white;
font-family: verdana;
font-size: 20px;
}
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</style>