diff --git a/index.html b/index.html index ec3ce73..039e73c 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,16 @@
+

Pete Thinkful | Artist

+ +
@@ -28,14 +32,16 @@

Pete Thinkful | Artist

About

-

Hi! I'm Pete Thinkful

-
+
+
Pete Thinkful
+
+

Hi! I'm Pete Thinkful

I'm an artist living in Denver, Colorado.

As an artist, I'm interested in:

    @@ -47,6 +53,8 @@

    Hi! I'm Pete Thinkful

    Please feel free to take a look at my website and feel free to contact me.

    +
+
@@ -69,38 +77,44 @@

Pete's Background

Portfolio

+
+

Abstract Red

Abstract Red
-

+

Vaporware wayfarers heirloom neutra disrupt. Activated charcoal waistcoat scenester hell of.

- +
+

Spiral Zany

Spiral Zany
-

+

Sriracha portland taxidermy cronut messenger bag, vegan distillery. Vaporware kickstarter air plant mumblecore food truck.

- +
+

Melted Rainbow

Melted Rainbow
-

+

Edison bulb single-origin coffee snackwave, actually ennui locavore shabby chic forage.

+
+

diff --git a/style.css b/style.css index 852500d..52fb4b0 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,25 @@ h3 { font-family: "Playfair Display", Times, serif; text-align: center; } +.group{ + display: flex; + flex-direction: row; + align-items: center; + +} +.other-group{ + display: flex; + flex-direction: row; +} +.item{ + flex:1; + align-items: center; + margin: 5px; +} + +.font-size{ + font-size: 14px; +} /* Header */ header {