added boarder to page links, removed some rows
shrank row count to make page right size
This commit is contained in:
parent
9d4e80e118
commit
0b455914b3
2 changed files with 11 additions and 5 deletions
12
Mainpage.css
12
Mainpage.css
|
@ -18,7 +18,7 @@ body{
|
||||||
background-color: #221A0F;
|
background-color: #221A0F;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(12, 1fr);
|
grid-template-columns: repeat(12, 1fr);
|
||||||
grid-template-rows: repeat(50, 1fr);
|
grid-template-rows: repeat(42, 1fr);
|
||||||
gap: 1vh;
|
gap: 1vh;
|
||||||
height: 400vh;
|
height: 400vh;
|
||||||
}
|
}
|
||||||
|
@ -72,22 +72,27 @@ h3{
|
||||||
}
|
}
|
||||||
|
|
||||||
.orangeBorder{
|
.orangeBorder{
|
||||||
|
/*
|
||||||
background: radial-gradient(#E39823 40%, #8D5001);
|
background: radial-gradient(#E39823 40%, #8D5001);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 1rem;
|
*/
|
||||||
|
border: 5px outset #E39823;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.textBox{
|
.textBox{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 2.5vh;
|
padding: 2.5vh;
|
||||||
|
font-size: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profileImage{
|
#profileImage{
|
||||||
grid-column-start: 5;
|
grid-column-start: 5;
|
||||||
grid-column-end: 9;
|
grid-column-end: 9;
|
||||||
grid-row-start: 20;
|
grid-row-start: 20;
|
||||||
grid-row-end: 27;
|
grid-row-end: 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
#galleryLinkText{
|
#galleryLinkText{
|
||||||
|
@ -95,6 +100,7 @@ h3{
|
||||||
grid-column-end: 8;
|
grid-column-end: 8;
|
||||||
grid-row-start: 38;
|
grid-row-start: 38;
|
||||||
grid-row-end: 39;
|
grid-row-end: 39;
|
||||||
|
font-size: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
#programGalleryButton{
|
#programGalleryButton{
|
||||||
|
|
|
@ -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.
|
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.
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div id = "profileImage" class = "orangeBack">
|
<div id = "profileImage" >
|
||||||
<img src = "Images\ProfilePlaceholder.png">
|
<img src = "Images\ProfilePlaceholder.png" class = "orangeBack">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
|
|
Loading…
Add table
Reference in a new issue