This commit is contained in:
chimchooree
2022-11-07 00:05:23 -06:00
11 changed files with 93 additions and 49 deletions
+3 -7
View File
@@ -4,6 +4,7 @@
grid-template-rows: 992px;
grid-column-gap: 0px;
grid-row-gap: 0px;
color: white;
}
.content-left {
grid-area: 1 / 1 / 2 / 2;
@@ -15,14 +16,9 @@
}
.content-right {
grid-area: 1 / 2 / 2 / 3;
background-image: url(../img/dev/collage.png);
/* background-image: url(../img/dev/collage.png);
background-size: cover;
background-repeat: no-repeat;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto auto auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
background-repeat: no-repeat;*/
}
.content-right h1, h2, ul, li, b, i, p, img, a {