Skip to content

Commit

Permalink
Add styles for the added headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSummit1 committed Mar 16, 2024
1 parent 9471954 commit d8fdf78
Showing 1 changed file with 33 additions and 13 deletions.
46 changes: 33 additions & 13 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ h1{
width: 82%;
height: 10px;
margin: 0 auto;
padding: 0 20px;
padding: 0 20px 20px 20px;
background-color:white;
height: 200vh;
height: 100%;

}

Expand All @@ -45,7 +45,7 @@ h1{
font-weight:700;

}

/%
.frame .meirl{

width:21.5em;
Expand All @@ -56,20 +56,38 @@ h1{

}

.frame-container{

display:flex;
justify-content:center;
margin-bottom:3%;

}

#Skills ul{

list-style-type:square;

}

.frame{

float:left;
/* float:left; */
width:20rem;
height:20rem;
border: 3px solid black;
border-radius:50%;
background-image:url("images/S-Stem23-1553.jpg");
background-size:contain;
background-repeat:no-repeat;

/*
overflow:hidden;
margin:10px;

*/
}

em{

font-weight:700;
font-size:1.2em;
color:green;
Expand Down Expand Up @@ -111,14 +129,16 @@ em{

}

a{

text-decoration:none;

}

a:hover{

color:blue;
text-decoration:underline;








}

0 comments on commit d8fdf78

Please sign in to comment.