Skip to content

Commit

Permalink
Button hover effect added
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHeart0065 committed Aug 6, 2023
1 parent 9d35252 commit 11dc913
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ body{

.light-text{
color: white;
margin: 0.5vw 0vw 0vw 33vw;
margin: 0.5vw 0vw 0vw 35vw;
font-family: 'IBM Plex Mono';
letter-spacing: 2px;
font-weight: 800;
font-size: 0.8vw;
cursor: pointer;
}

.topBar img{
width: 1.2vw;
height: 1.2vw;
margin: 0.5vw 0vw 0vw 1vw;
cursor: pointer;
}

.searchBar{
Expand All @@ -59,7 +61,7 @@ body{
font-family: 'IBM Plex Mono';
background-color: transparent;
color: white;
width: 31.5vw;
width: 31.3vw;
font-size: 1vw;
}

Expand All @@ -74,6 +76,8 @@ body{
margin: 0.7vw 0.7vw 0.7vw 2vw;
cursor: pointer;
transform: scale(0.9,0.9);
font-size: 1vw;
transition: all 0.3s;
}

.searchButton p{
Expand All @@ -83,10 +87,18 @@ body{
font-weight: 800;
}

.searchButton:hover{
outline: 1px solid white;
}

.searchButton:active{
transform: scale(0.8,0.8);
}

.hero{
display: flex;
flex-direction: row;
width: fit-content;
width: 48vw;
height: fit-content;
border-radius: 10px;
/* border: 1px solid white; */
Expand All @@ -99,7 +111,7 @@ body{
width: 7.5vw;
height: 7.5vw;
border-radius: 150px;
margin: 2vw 1vw 0vw 2vw;
margin: 3vw 1vw 0vw 3vw;
border: 1px solid white;
}

Expand Down Expand Up @@ -137,7 +149,7 @@ body{
color: white;
font-family: 'IBM Plex Mono';
color: #0079fe;

font-size: 1vw;
}

.bio{
Expand All @@ -156,6 +168,7 @@ body{
background-color: #141c2f;
margin-right: 4vw;
margin-bottom: 1vw;
font-size: 1vw;
}

.repo, .followers , .following{
Expand All @@ -182,6 +195,7 @@ body{
width: fit-content;
height: fit-content;
margin-top: 1vw;
font-size: 1vw;
}

.row{
Expand Down

0 comments on commit 11dc913

Please sign in to comment.