mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 13:26:49 +01:00
feat: add carousel component to enhance user experience and visual appeal
This commit is contained in:
25
style.css
25
style.css
@@ -8,18 +8,18 @@
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
align-items: right;
|
||||
justify-content: right;
|
||||
background-color: #000;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.navbar {
|
||||
display: flex;
|
||||
align-items: right;
|
||||
justify-content: right;
|
||||
background-color: #000;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 50px;
|
||||
@@ -41,4 +41,9 @@
|
||||
text-decoration: none;
|
||||
color: rgb(0, 0, 0);
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.size {
|
||||
width: 33.33%;
|
||||
height: 25%;
|
||||
}
|
||||
Reference in New Issue
Block a user