diff --git a/about.css b/about.css new file mode 100644 index 0000000..07947fd --- /dev/null +++ b/about.css @@ -0,0 +1,39 @@ +body { + font-family: sans-serif; +} + +h1 { + font-family: Luminari; + font-size: 30px; + color: rgb(0, 0, 255); +} + +ul { + list-style-type: none; + text-align: center; +} + +ol { + font-weight: 700; +} + +li { + color: blue; + background-color: lightpink; + border: 1px solid rgb(255, 0, 0); + border-radius: 10px; + padding-left: 30px; +} + +img { + height: 200px; +} + +h3 { + text-decoration-line: underline; +} + +p { + padding-top: 20px; + padding-bottom: 20px; +} \ No newline at end of file diff --git a/about.html b/about.html index 3b0c0c2..ed2ca96 100644 --- a/about.html +++ b/about.html @@ -1,61 +1,64 @@ -
+ + +This is a bunch of information about myself. I'm from here and there and discovered my - love of programming when this happend. When I'm not working I'm busy doing this and that. -
+This is a bunch of information about myself. I'm from here and there and discovered my love of programming when this happend. When I'm not working I'm busy doing this and that. +
+
- My hardest bug I ever came across was this infinite loop I couldn't escape.
-I came up with a totally sick solution though by doing ...
+My hardest bug I ever came across was this infinite loop I couldn't escape.
+I came up with a totally sick solution though by doing ...