diff --git a/about.css b/about.css new file mode 100644 index 0000000..e3f1122 --- /dev/null +++ b/about.css @@ -0,0 +1,39 @@ +h1 { +color: blue; +font-family: Luminari; +font-size: 30px; +} +h3 { + text-decoration-line: underline; +} + +ul { + list-style-type: none; +} + +ol { +font-weight: 700; +} + +li { + text-align: center; + border: 1px solid rgb(255,0, 0); + color: rgb(0,0,255); + padding-left: 30px; + border-radius: 10px; + background-color: rgb(255, 182, 193); + +} + +img { + height: 200px; +} + +body { + font-family: sans-serif; +} + +p { + padding-top: 20px; + padding-bottom: 20px; +} \ No newline at end of file diff --git a/about.html b/about.html index 3b0c0c2..64f58a5 100644 --- a/about.html +++ b/about.html @@ -4,6 +4,7 @@ CSS Intro +

Your Name Here