iona_portfolio

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4989d9fbb156daf73d6c915be0f4dd6e0c01e9f6
parent 4c0733b5c4593a7ad1dea09c12da2015c02231d3
Author: Jo Young <>
Date:   Sun, 15 Feb 2026 19:34:53 +0000

- Changed background color
- Removed border on about text

Diffstat:
Mplaceholder.avif | 0
Mstylesheet.css | 6+-----
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/placeholder.avif b/placeholder.avif Binary files differ. diff --git a/stylesheet.css b/stylesheet.css @@ -1,9 +1,9 @@ html { color: #faa64c; + background-color: #f7f3d5; } header { padding-left: 30px; padding-right: 30px; - background-color: white; } .nav { margin: auto; width 80vw; @@ -24,14 +24,10 @@ html { } .profile-image { object-fit: cover; } .about { - /*border: 1px solid black;*/ - border: 1px solid #faa64c; color: #d8842a; padding: 10px; width: max(80vw, 100px); } .art-grid { - /*display: inline-grid; - grid-template-columns: repeat(4, minmax(11rem, 1fr));*/ text-align: center; } .art-grid img { width: 400px;