Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaashu authored Jul 12, 2024
1 parent ec4029d commit 403df96
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Gabriela&display=swap');

@font-face {
font-family: Nu;
src: url(./assets/Fonts/NeueMontreal-Regular.otf);
Expand All @@ -14,6 +16,7 @@
font-family: aashu;
src: url(./assets/Fonts/calendar\ note\ tfb.ttf);
}

/* ===( Creative By : CODE AASHU )=== */
:root {
--primary-color: #fff;
Expand Down Expand Up @@ -388,14 +391,14 @@ nav a.active::after {
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 2.5vw;
font-size: 1.8vw;
font-weight: bolder;
display: inline-block;
position: absolute;
font-family:"unique";
font-family: "Gabriela", serif;
z-index: 2;
top: 2vw;
left: -23.7vw;
left: -25.2vw;
white-space: nowrap;
}
.hero .one {
Expand All @@ -415,8 +418,8 @@ nav a.active::after {
.hero h2 {
color: var(--primary-color);
text-decoration: none;
font-size: 3vw;
line-height: 1;
font-size: 4vw;
line-height: 3;
font-family: unique;
background: rgb(17,168,179);
background: linear-gradient(183deg, rgba(17,168,179,1) 0%, rgba(8,79,84,1) 100%);
Expand Down Expand Up @@ -1480,7 +1483,7 @@ nav a.active::after {
.contact .contact-texts h2 {
font-size: 5vw;
font-weight: normal;
font-family: Clash;
font-family: "Gabriela", serif;
}
.contact .contact-texts a::after {
content: "";
Expand Down Expand Up @@ -1509,7 +1512,7 @@ footer {
padding: 1vw 4vw;
}
footer h1 {
font-family: unique;
font-family: "Gabriela", serif;
font-weight: normal;
font-size: 1.4vw;
}
Expand Down Expand Up @@ -1848,10 +1851,11 @@ nav{
.contact .contact-texts h2 {
font-size: 6vw;
font-weight: normal;
font-family: Clash;
font-family: "Gabriela", serif;
}
footer h1 {
font-size: 2vw;
font-family: "Gabriela", serif;
}
footer .back-top {
display: none;
Expand Down

0 comments on commit 403df96

Please sign in to comment.