CSS Grid Headings

This commit is contained in:
Drew
2022-11-01 13:31:39 +01:00
parent 3cdf519031
commit 8e9d748210
2 changed files with 18 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ body {
.container {
background-color: var(--main-bg);
color: white;
display: block;
margin-left: auto;
margin-right: auto;
padding: 16px 32px;
}
@@ -143,4 +146,9 @@ body {
border-radius: 16px;
height: 400px;
margin: 40px;
}
}
.colheader {
font-size: 38px;
padding-left: 30px;
}