changed to be my resume website and added my photo to github to try to fix it

This commit is contained in:
2023-05-12 16:02:13 -06:00
parent 64bb7e5008
commit 2b3b153322
17 changed files with 693 additions and 95 deletions

View File

@ -55,7 +55,7 @@ a {
img {
margin-top: 0px;
border-radius: 60%;
height: 40%;
height: 20%;
border: solid grey;
}
@ -108,6 +108,11 @@ h5 {
margin: 0px;
}
h4 {
font-weight: lighter;
margin: 0px;
}
ul {
list-style-type: '-';
padding-top: 2%;
@ -144,6 +149,7 @@ ul li {
background-color: #fcfcfc;
justify-content: center;
display: flex;
flex-direction: column;
padding-top: 5px;
border-top: solid purple;
margin-top: 5px;
@ -151,6 +157,7 @@ ul li {
border-bottom: thin solid rgb(231, 231, 231);
font-weight: lighter;
font-size: large;
text-align: center;
}
nav p a{
@ -169,6 +176,14 @@ ul li {
justify-content: center;
text-align: center;
width: inherit;
height: 500px;
}
img {
margin-top: 0px;
border-radius: 60%;
height: 50%;
border: solid grey;
}
article {