diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4798424 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index ec3ce73..544183b 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,7 @@

Pete Thinkful | Artist

About

-
-

Hi! I'm Pete Thinkful

+
Hi! I'm Pete Thinkful alt="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. +

+
@@ -69,6 +71,7 @@

Pete's Background

Portfolio

+

Abstract Red

@@ -101,6 +104,7 @@

Melted Rainbow

locavore shabby chic forage.

+

@@ -131,4 +135,4 @@

Contact

© Pete Thinkful. All rights reserved.

- + \ No newline at end of file diff --git a/style.css b/style.css index 852500d..e769078 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,9 @@ body { color: #003049; font-family: "Source Sans Pro", Tahoma, Geneva, Verdana, sans-serif; padding: 40px; + display: flex; + flex-direction: column; + align-items: center; } /* Headings */ @@ -19,6 +22,9 @@ h3 { /* Header */ header { text-align: center; + display: flex; + align-items: center; + column-gap: 30px; } /* Containers */ @@ -37,6 +43,19 @@ article div { width: 100%; } +.info { + text-align: left; +} + +#about .about { + display: flex; +} + +.portfolio { + display: flex; + font-size: 14px; +} + /* Paragraphs */ p { line-height: 1.5;