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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user