mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
💅 style(): fixed developers page
need more tweaking
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user