From 7cbcafd30090e486162fc43c36e64e43566c175d Mon Sep 17 00:00:00 2001 From: riki Date: Thu, 8 Dec 2022 21:54:43 -0500 Subject: [PATCH] completed solution --- index.html | 43 +++++++++++++++++++++++++++++-------------- style.css | 25 +++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index ec3ce73..847acff 100644 --- a/index.html +++ b/index.html @@ -24,31 +24,41 @@

Pete Thinkful | Artist

+ +

About

-
-

Hi! I'm Pete Thinkful

-
+
+ +
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. -

+ +
+

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