UPDATE - redesign - new nav bar, new organization, new main pages, new art page, study page (no content yet), games page with STTMT, update to me; new diary entry

This commit is contained in:
chimchooree
2023-05-08 19:33:11 -05:00
parent 6d997f3f62
commit 7625ac8936
119 changed files with 1190 additions and 851 deletions
+40
View File
@@ -0,0 +1,40 @@
.content-grid {
color: white;
margin: 2em;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, 200px);
grid-column-gap: 0px;
grid-row-gap: 0px;
border: 2px solid #C0AAC0;
margin-bottom: 5em;
}
.gallery img {
height: 200px;
width: 200px;
border-radius: 5%;
}
.galitem {
position: relative;
height: 200px;
width: 200px;
}
.subtitle {
color: white;
width: 200px;
position: absolute;
background: rgba(0,0,0,0.7);
text-align: center;
overflow: hidden;
bottom: 0em;
}
.cats {
display: block;
text-align: center;
}