diff --git a/index.html b/index.html index 9b6813e..36a2d34 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,8 @@ + +
- +
+

About

Hi! I'm Pete Thinkful

- + + Pete Thinkful
@@ -64,10 +68,14 @@

Pete's Background


+

Portfolio

Abstract Red

+ + + Abstract Red
@@ -87,25 +95,28 @@

Melted Rainbow


- +
- -
+ + + + -
+ \ No newline at end of file diff --git a/replit_zip_error_log.txt b/replit_zip_error_log.txt index 165fdd0..9dd56d2 100644 --- a/replit_zip_error_log.txt +++ b/replit_zip_error_log.txt @@ -1 +1 @@ -{"error":".zip archives do not support non-regular files","level":"error","msg":"unable to write file .cache/replit/modules/replit","time":"2024-05-22T20:27:19Z"} +{"error":".zip archives do not support non-regular files","level":"error","msg":"unable to write file .cache/replit/modules/replit","time":"2024-05-24T04:12:57Z"} diff --git a/style.css b/style.css index 6cff06c..59f3b38 100644 --- a/style.css +++ b/style.css @@ -5,8 +5,7 @@ body { background-color: #eae2b7; color: #003049; font-family: "Source Sans Pro", Tahoma, Geneva, Verdana, sans-serif; - padding: 40px; -} + nav a{ padding: 10px; } @@ -63,3 +62,10 @@ hr { border-width: 2px; } + + /* Centers content of footer */ + + footer { + margin: auto; + width: 600px; + }