💅 style(): fixed developers page

need more tweaking
This commit is contained in:
Utkarsh Gaur
2024-11-30 04:40:20 +05:30
parent a8677e401c
commit 46c76f657c
6 changed files with 28 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
background: #111;
background: url(./assets/background.png);
transition: 0.5s;
font-family: "Ubuntu", sans-serif;
font-weight: 400;
@@ -20,13 +20,19 @@ body {
}
body:has(.box[data-color="clr1"]:hover) {
background: #754ffe;
background: url(./assets/eshanized.png);
background-repeat: no-repeat;
background-size: cover;
}
body:has(.box[data-color="clr2"]:hover) {
background: #301a15;
background: url(./assets/alok.jpg);
background-repeat: no-repeat;
background-size: cover;
}
body:has(.box[data-color="clr3"]:hover) {
background: #1b2a32;
background: url(./assets/iconixed.jpg);
background-repeat: no-repeat;
background-size: cover;
}
section {