Some CSS testing

This commit is contained in:
Christopher Bell
2022-09-11 22:50:28 -05:00
parent cfb64b02ff
commit 5a3cd30b26
2 changed files with 20 additions and 9 deletions

View File

@@ -49,9 +49,20 @@ body {
background-color: black;
}
#fader {
height: 150px;
background-color: var(--color-pallete-red);
background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
display: block;
}
.content-title {
padding: 20px 0 20px 0;
}
.content-break {
width: 45vw;
height: 2px;
background-color: red;
color: red;
border-color: red;
margin: auto;
}