get the other font working as well

This commit is contained in:
erin 2023-07-17 23:54:15 -04:00
parent e1eb83c73c
commit df4f67ce8f
6 changed files with 46 additions and 13 deletions

View file

@ -7,10 +7,16 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="textbox textbox--simple textbox--red">
<div class="textbox__text">
Welcome to <span class="textbox__span textbox__span--blue">webring.umbreon.online</span>!
<main>
<div class="textbox textbox--simple textbox--red">
<div class="textbox__text">
Welcome to <span class="textbox__span textbox__span--red">webring.umbreon.online</span>!
</div>
</div>
</div>
<p>
hey yeah i sure am some text on the page aren't i
</p>
</main>
</body>
</html>