Events
-
Projects
+
Blogs
Members
Contact Us
diff --git a/src/styles/blogs.css b/src/styles/blogs.css
index 7a560be..3d421f7 100644
--- a/src/styles/blogs.css
+++ b/src/styles/blogs.css
@@ -1,4 +1,11 @@
-
+@keyframes pulse-poster{
+ 0% {
+ filter: saturate(0%) brightness(0%);
+ }
+ 100%{
+ filter: saturate(100%) brightness(100%);
+ }
+}
.blogs-div{
width: 100%;
display: flex;
@@ -8,7 +15,6 @@
.blogs-container{
width: 95%;
}
-
.blogs-search-div{
position: relative;
width: max-content;
@@ -119,11 +125,12 @@
.show-more-button{
box-sizing: border-box;
- width: 400px;
- height: 60px;
+ width: 300px;
+ height: 45px;
- background-color : color-mix(in srgb, var(--primary) 10%, transparent);
- box-shadow: #291f24 1px 1px 15px;
+ background-color : color-mix(in srgb, var(--primary) 5%, transparent);
+ box-shadow: color-mix(in srgb, #fff 5%, transparent) 1px 1px 15px;
+ border: solid color-mix(in srgb, var(--primary) 20%, transparent) 1px;
border-radius: 43px;
transition: 0.5s;
@@ -147,6 +154,5 @@
box-sizing: border-box;
width: 200px;
- height: 50px;
}
}
\ No newline at end of file
diff --git a/src/styles/footer.css b/src/styles/footer.css
index b4d66eb..218e66c 100644
--- a/src/styles/footer.css
+++ b/src/styles/footer.css
@@ -3,9 +3,9 @@
}
.footer-divider-1{
width: 90%;
- height: 2.5px;
+ height: 1px;
border: none;
- background-color: #A49D9D;
+ background-color: var(--muted-foreground);
justify-self: center;
box-shadow: 0px 3.34204px 3.34204px rgba(0, 0, 0, 0.25);
margin: 25px 0;
@@ -39,7 +39,6 @@
align-self: flex-end;
font-weight: 100;
font-size: 16px;
- color: #E9E9E9;
margin: 0 3px;
}
@@ -108,7 +107,8 @@
font-weight: 300;
justify-content: center;
align-items: center;
- background: linear-gradient(90deg, #201F31 27.6%, #282739 50.91%, #201F31 72.19%);
+ background-color: var(--background);
+ background: linear-gradient(90deg, var(--background) 27.6%, color-mix(in srgb, var(--muted-foreground) 10%, transparent) 50.91%, var(--background) 72.19%);
margin-top: 50px;
}
@@ -129,15 +129,9 @@
gap: 5px;
}
-.dot-icon{
- display: grid;
- grid-template-columns: repeat(3,6px);
- grid-template-rows: repeat(3,6px);
- gap: 2.5px;
-}
-.dot-icon>*{
- background-color: #E9E9E9;
- border-radius: 100%;
+.dot-logo{
+ height: 25px;
+ width: 25px;
}
.footer-cc-logo-img-2{
height: 35px;
@@ -231,11 +225,17 @@
transition: 0.5s ease;
transform: scale(1.0);
}
-
+ .footer-container-2>*{
+ font-size: 16px;
+ }
}
/* Footer Container 2 Divider Responsiveness */
-@media screen and (max-width : 580px){
+@media screen and (max-width : 478px){
+ .footer-container-2{
+ flex-direction: column;
+ padding-top: 5px;
+ }
.footer-container-2-divider{
width: 60%;
height: 2px;
@@ -247,5 +247,15 @@
.footer-container-2>div>p{
text-align: center;
}
+ .footer-container-2>div{
+ margin: 0;
+ padding: 0;
+ }
+ .footer-cc-logo-img-2{
+ height: 25px;
+ }
+ .dot-logo{
+ height: 20px;
+ }
}
\ No newline at end of file
diff --git a/src/styles/navbar.css b/src/styles/navbar.css
index b91a94b..5389cb0 100644
--- a/src/styles/navbar.css
+++ b/src/styles/navbar.css
@@ -1,5 +1,3 @@
-@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital@0;1&display=swap');
-
#pseudo{
width: 100%;
height: 65px;
@@ -49,7 +47,6 @@
gap: 0px;
}
.logo-title{
- font-family: "Noto Sans", sans-serif;
font-size: 30px;
letter-spacing: -0.05em;
line-height: 0.9;
@@ -65,7 +62,6 @@
display: flex;
justify-content: space-evenly;
gap: 50px;
- font-family: "Noto Sans", sans-serif;
font-size: 18px;
}
@@ -78,7 +74,8 @@
right: 10px;
width: 200px;
height: 250px;
- background: var(--secondary);
+ background-color : color-mix(in srgb, var(--background)80%, transparent);
+ backdrop-filter: blur(10px);
box-shadow: 5px 5px 4.5px rgba(0, 0, 0, 0.25);
border: #ffbade solid 1px;
border-radius: 10px;