About
-Hi! I'm Pete Thinkful
+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. +
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
Portfolio
-Abstract Red
-- Vaporware wayfarers heirloom neutra disrupt. Activated charcoal - waistcoat scenester hell of. -
-Abstract Red
++ Vaporware wayfarers heirloom neutra disrupt. Activated charcoal + waistcoat scenester hell of. +
+Spiral Zany
-- Sriracha portland taxidermy cronut messenger bag, vegan - distillery. Vaporware kickstarter air plant mumblecore food truck. -
-Spiral Zany
++ Sriracha portland taxidermy cronut messenger bag, vegan + distillery. Vaporware kickstarter air plant mumblecore food + truck. +
+Melted Rainbow
-- Edison bulb single-origin coffee snackwave, actually ennui - locavore shabby chic forage. -
-Melted Rainbow
++ Edison bulb single-origin coffee snackwave, actually ennui + locavore shabby chic forage. +
+diff --git a/style.css b/style.css index 852500d..fe1811d 100644 --- a/style.css +++ b/style.css @@ -18,10 +18,29 @@ h3 { /* Header */ header { + align-items: center; + justify-content: center; + display: flex; text-align: center; } /* Containers */ +#s1 { + justify-content: center; + align-items: center; + text-align: left; + display:flex; + flex-direction: row; +} + +#portfolio div{ + text-align: center; +} + +#imageflex { + display:flex; +} + div { background-color: #eae2b7; margin: auto; @@ -33,7 +52,6 @@ article { } article div { - text-align: center; width: 100%; } @@ -56,6 +74,11 @@ nav a { } /* Images */ +#imageflex img{ +max-width: 150px; +} + + img { width: 100%; max-width: 200px; @@ -65,6 +88,7 @@ img { .image-circle { border: 2px solid #003049; border-radius: 50%; + margin: 40px; } /* Footer */