diff --git a/style.css b/style.css index 6a79d27..dda68a6 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,8 @@ body {background-color: burlywood;} h1 { text-decoration-color: blue; -} \ No newline at end of file +} +h3 { + text-decoration: dotted; +} +//note: this is a csss file. it stands for cascading suburb style sheets.// \ No newline at end of file