Fix Home page picture alignment. Update info.

This commit is contained in:
Jadon Yack
2023-09-05 16:04:43 -04:00
parent fb73730680
commit fde0991743
4 changed files with 57 additions and 29 deletions

View File

@@ -1,6 +1,7 @@
html {
background-color: #303030;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: larger;
color: aliceblue;
}
@@ -57,24 +58,32 @@ body {
.intro {
text-align: center;
margin-bottom: 20vh;
}
.pc {
margin: 20vh 0;
margin: 10vh 0;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.pc-picture {
float: right;
height: fit-content;
width: fit-content;
}
.pc-picture img {
width: auto;
height: 50vh;
float: right;
height: 40vh;
padding-left: 3vw;
}
.pc-text {
text-align: left;
padding: 20vh 0;
text-align: center;
float: left;
}
.resume-text {