Update style.css

This commit is contained in:
Spencer Flagg 2023-07-03 13:22:06 +00:00
parent 8a2100eea3
commit 3cd2dd6671

View file

@ -13,7 +13,7 @@ html, body {
body::after {
content: "";
background-image: url(https://www.transparenttextures.com/patterns/noise.png);
background-image: url('https://www.transparenttextures.com/patterns/dotnoise-light-grey.png');
opacity: .1;
top: 0;
left: 0;
@ -37,21 +37,22 @@ section {
/* SVG and h1 styling */
svg {
width: 55vmin;
height: 1uto;
height: auto;
}
h1 {
font-family: 'DM Serif Display', serif;
margin: 3vmin 0 0 0;
margin: 0;
line-height: 1;
}
h1:nth-child(1){
h1:nth-of-type(1){
font-size: 5vmin;
opacity: 0.6;
margin-top: 3vmin;
}
h1:nth-child(2){
h1:nth-of-type(2){
font-size: 9.7vmin;
opacity: 0.1;
}