This commit is contained in:
Mimi Momo
2022-10-31 23:37:26 -05:00
parent d16e8d6c4f
commit c5ce759bf9
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 {