mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
💅 style(nav): change ui font and animations
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<link rel="icon" type="image/x-icon" href="/assets/snigdhaos_favicon.ico">
|
||||
<link rel=”stylesheet” href=”https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css”/>
|
||||
<link rel=”stylesheet” href=”https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css” />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
11
style.css
11
style.css
@@ -9,7 +9,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: "Ubuntu", sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -45,7 +45,7 @@ a {
|
||||
inset: 0;
|
||||
position: absolute;
|
||||
transform: scaleX(0);
|
||||
transform-origin: right;
|
||||
transform-origin: left;
|
||||
transition: transform 0.5s ease-in-out;
|
||||
z-index: -1;
|
||||
}
|
||||
@@ -91,11 +91,6 @@ a {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.kali-dragon {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.hero-text h1 {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 1.5rem;
|
||||
@@ -111,7 +106,7 @@ a {
|
||||
.hero-text p {
|
||||
font-size: 1.1rem;
|
||||
margin-bottom: 2rem;
|
||||
color: #a0a0a0;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.cta-buttons {
|
||||
|
Reference in New Issue
Block a user