diff --git a/about.css b/about.css new file mode 100644 index 0000000..df057ed --- /dev/null +++ b/about.css @@ -0,0 +1,55 @@ +h1 { + color: blue; + font-family: Luminari; + font-size: 30px; +} + +h3{ + text-decoration: underline; +} + +ul{ + list-style-type: none; +} + +ol{ + font-weight: bold; +} + +li{ + text-align: center; + border: 1px solid red; + border-radius: 10px; + padding-left: 30px; + /* all li's have a 1px red border w/ curved corners) + lists should have 30 px of padding on the left + */ + color: blue; + background-color: rgb(255, 182, 193); +} + +body{ + background-color:rgb(173,216,230); + font-family: sans-serif; + /* make all the font in the body sans-serif*/ +} + +p{ + padding-top: 20px; + padding-bottom: 20px; + /* all p tags should ahve 20 pixels of padding on the top and the bottom + - not on the sides*/ +} + +img{ + height: 200px; +} + +.center{ + display:block; + margin-left: auto; + margin-right: auto; +} + + +/*next: get the background color of the page to match the example, figure out what that circle thing is */ \ No newline at end of file diff --git a/about.html b/about.html index 3b0c0c2..8b08820 100644 --- a/about.html +++ b/about.html @@ -1,6 +1,7 @@ + CSS Intro @@ -13,7 +14,7 @@

Your Name Here

- +

Here are some of my Skills!

@@ -47,7 +48,7 @@

Contact Me

Email me at: hello@pursuit.org
-