Update 'style.css'

This commit is contained in:
Daquavid 2023-12-15 12:39:14 -07:00
parent e43307b834
commit 68ded14777

View File

@ -12,3 +12,7 @@ body {background-color: burlywood;}
h1 {
text-decoration-color: blue;
}
h3 {
text-decoration: dotted;
}
//note: this is a csss file. it stands for cascading suburb style sheets.//