This commit is contained in:
Sequoia Haynes 2025-01-01 16:08:46 -08:00
parent 1bfed27f46
commit 4ee213de0a

View File

@ -25,7 +25,20 @@
font-size: 20px;
text-decoration: none;
}
#images > img {
width: 100px;
height: 200px;
border-color: initial;
border-radius: 0;
}
#images > img:hover{
border-radius: 20px;
border-color: beige;
}
#images {
display: flex;
flex-direction: row;
}
#navbar a:hover {
cursor: pointer;
}