About
-Hi! I'm Pete Thinkful
-
+
+
+
-
+
+
+
+ + +
diff --git a/style.css b/style.css index 852500d..95980e5 100644 --- a/style.css +++ b/style.css @@ -18,12 +18,15 @@ h3 { /* Header */ header { - text-align: center; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; } /* Containers */ div { - background-color: #eae2b7; + /*background-color: #eae2b7;*//*this line seems to be breaking things*/ margin: auto; width: 600px; } @@ -76,3 +79,21 @@ footer { hr { border: 1px solid black; } + +.about { + display: flex; + align-items: center; +} + +.align-left{ + text-align: left; +} + +.portfolio{ + display: flex; + text-align: center; +} + +article#portfolio p{ + font-size: 14px; +} \ No newline at end of file

I'm an artist living in Denver, Colorado.
-As an artist, I'm interested in:
--
-
- Producing abstract art -
- Creating street graffiti art -
- Connecting with like-minded artists -
- Please feel free to take a look at my website and feel free to - contact me. -
+ +
+
+
Hi! I'm Pete Thinkful
+I'm an artist living in Denver, Colorado.
+As an artist, I'm interested in:
+-
+
- Producing abstract art +
- Creating street graffiti art +
- Connecting with like-minded artists +
+ Please feel free to take a look at my website and feel free to + contact me. +
+Pete's Background
@@ -66,9 +76,13 @@
Pete's Background
+ + +
Portfolio
+Abstract Red
@@ -101,6 +115,7 @@
Melted Rainbow
locavore shabby chic forage. +diff --git a/style.css b/style.css index 852500d..95980e5 100644 --- a/style.css +++ b/style.css @@ -18,12 +18,15 @@ h3 { /* Header */ header { - text-align: center; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; } /* Containers */ div { - background-color: #eae2b7; + /*background-color: #eae2b7;*//*this line seems to be breaking things*/ margin: auto; width: 600px; } @@ -76,3 +79,21 @@ footer { hr { border: 1px solid black; } + +.about { + display: flex; + align-items: center; +} + +.align-left{ + text-align: left; +} + +.portfolio{ + display: flex; + text-align: center; +} + +article#portfolio p{ + font-size: 14px; +} \ No newline at end of file