Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AliNSheikh authored Aug 20, 2024
1 parent 929590b commit 618f3f8
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ img{
}

.home__img img{
border-radius: 50%;
width: 90%;
border-radius: 20%;
width: 100%;
}
/*==================== BUTTONS ====================*/
.button{
Expand Down Expand Up @@ -1015,14 +1015,17 @@ img{
grid-template-columns: repeat(2,1fr);
}
}
.floating-buttons {
position: fixed;
bottom: 20px;
display: flex;
justify-content: space-between;
width: 100%;
padding: 0 20px;
z-index: 999;


.floating-buttons {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
justify-content: space-between;
width: auto;
z-index: 999;
gap: 10px;
}


Expand Down Expand Up @@ -1055,6 +1058,20 @@ img{
.floating-buttons button.linkedin:hover {
background-color: #005e8c;
}
.floating-buttons button.whatsapp {
background-color: #25D366;
}

.floating-buttons button.whatsapp:hover {
background-color: #0beb5d;
}
.floating-buttons button.email {
background-color: #bfc3c0;
}

.floating-buttons button.email:hover {
background-color: #bfc3c0;
}

.floating-buttons button.github {
background-color: #24292e;
Expand All @@ -1073,4 +1090,4 @@ img{

.floating-buttons button {
margin-bottom: 10px;
}
}

0 comments on commit 618f3f8

Please sign in to comment.