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 { body::after {
content: ""; 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; opacity: .1;
top: 0; top: 0;
left: 0; left: 0;
@ -37,21 +37,22 @@ section {
/* SVG and h1 styling */ /* SVG and h1 styling */
svg { svg {
width: 55vmin; width: 55vmin;
height: 1uto; height: auto;
} }
h1 { h1 {
font-family: 'DM Serif Display', serif; font-family: 'DM Serif Display', serif;
margin: 3vmin 0 0 0; margin: 0;
line-height: 1; line-height: 1;
} }
h1:nth-child(1){ h1:nth-of-type(1){
font-size: 5vmin; font-size: 5vmin;
opacity: 0.6; opacity: 0.6;
margin-top: 3vmin;
} }
h1:nth-child(2){ h1:nth-of-type(2){
font-size: 9.7vmin; font-size: 9.7vmin;
opacity: 0.1; opacity: 0.1;
} }