diff --git a/about.html b/about.html
index 686f36b..3c25a42 100644
--- a/about.html
+++ b/about.html
@@ -7,7 +7,7 @@
-
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.
@@ -17,17 +17,17 @@
Your Name Here
-
Here are some of my Skills!
+
-
Languages
-
+ Languages
+
- JavaScript
- SQL
- HTML5
- CSS3
- Libraries
+ Libraries
- React
- PostgreSQL
@@ -37,15 +37,15 @@ Libraries
-
Hardest Bug So Far
+
Hardest Bug So Far
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 ...
-
Contact Me
+
Contact Me
-
+
- github link
- LinkedIn link
- Angel list link
diff --git a/styles.css b/styles.css
index dc4469a..48cd40b 100644
--- a/styles.css
+++ b/styles.css
@@ -31,6 +31,7 @@ img {
body {
font-family: sans-serif;
+ text-align: center;
}
h3 {
@@ -49,4 +50,34 @@ p {
h2, h3 {
font-size: 20px;
-}
\ No newline at end of file
+}
+ .important {
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ #skills-header {
+ color: rebeccapurple;
+ }
+
+ .links-list {
+ list-style:outside;
+ list-style-image:url(https://github.githubassets.com/images/icons/emoji/unicode/1f310.png) ;
+}
+
+ol li:first-child {
+ font-weight: normal;
+}
+/* a[href$=".com"]:hover {
+ color: red;
+} */
+
+a[href$=".com"]:visited {
+ color: green;
+}
+ ul#language-list.links-list {
+ font-style: italic;
+ }
+ p:nth-child(3) {
+ background-color: rgba(0, 0,0, 0.5);
+ }