From 0b455914b325d204c7248d4aa447fbf6e32b9f8b Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Mon, 28 Dec 2020 02:32:51 +0000 Subject: [PATCH] added boarder to page links, removed some rows shrank row count to make page right size --- Mainpage.css | 12 +++++++++--- index.html | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Mainpage.css b/Mainpage.css index a59f6d9..8d74be7 100644 --- a/Mainpage.css +++ b/Mainpage.css @@ -18,7 +18,7 @@ body{ background-color: #221A0F; display: grid; grid-template-columns: repeat(12, 1fr); - grid-template-rows: repeat(50, 1fr); + grid-template-rows: repeat(42, 1fr); gap: 1vh; height: 400vh; } @@ -72,22 +72,27 @@ h3{ } .orangeBorder{ + /* background: radial-gradient(#E39823 40%, #8D5001); border-radius: 5px; - padding: 1rem; + */ + border: 5px outset #E39823; + border-radius: 5px; } + .textBox{ text-align: center; padding: 2.5vh; + font-size: 1vw; } #profileImage{ grid-column-start: 5; grid-column-end: 9; grid-row-start: 20; - grid-row-end: 27; + grid-row-end: 30; } #galleryLinkText{ @@ -95,6 +100,7 @@ h3{ grid-column-end: 8; grid-row-start: 38; grid-row-end: 39; + font-size: ; } #programGalleryButton{ diff --git a/index.html b/index.html index 65a8811..f57cdb0 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@ Welcome! Welcome to City 17! You have chosen, or been chosen, to relocate to one of our finest remaining urban centers. I thought so much of City 17 that I elected to establish my administration here, in the Citadel so thoughtfully provided by our benefactors. I've been proud to call City 17 my home. And so, whether you are here to stay, or passing through on your way to parts unknown - welcome to City 17. It's safer here. -
- +
+