Skip to content

Commit

Permalink
Merge pull request #78 from GAGGZ1/patch-1
Browse files Browse the repository at this point in the history
Update contributor-style.css
  • Loading branch information
mdazfar2 authored Jun 2, 2024
2 parents aaf0299 + 4885a5a commit 733a77c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Official_Website/contributor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ p {
align-items: center;
justify-content: center;
}
/*for icons */
/*for icons css */
.icons {
display: flex;
gap: 10px;
Expand Down Expand Up @@ -62,6 +62,7 @@ body {
background-color: #f5f5f5;
font-family: Arial, sans-serif;
}
/* css for logo */
.logo {
position: absolute;
top: 20px;
Expand Down Expand Up @@ -105,6 +106,8 @@ header {
margin: 0 auto;
}

/* css for gear */

.gear {
position: absolute;
width: 50px;
Expand All @@ -125,6 +128,7 @@ header {
animation: spin 2s linear infinite reverse;
}

/* css for spin */
@keyframes spin {
0% {
transform: rotate(0deg);
Expand Down

0 comments on commit 733a77c

Please sign in to comment.