Skip to content

Commit

Permalink
added some css and changed deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnu Gollakoti authored and Vinnu Gollakoti committed Oct 21, 2024
1 parent bb20a29 commit 204bc19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

.quote {
font-family: "Orbitron", sans-serif;
font-optical-sizing: auto;
font-weight:400;
font-style: normal;
}

4 changes: 2 additions & 2 deletions src/views/HardcodedEventPages/Prajnotsavah/ProjectExpo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function ProjectExpo() {
</div>

<Fade delay={3000} triggerOnce damping={0.5}>
<span className="subTitle">A National level project expo</span>
<span className="quote">A NEXT LEVEL PROJECT EXPO</span>
</Fade>

<Fade delay={3500} triggerOnce cascade damping={0.85}>
Expand Down Expand Up @@ -263,7 +263,7 @@ export default function ProjectExpo() {

<Fade delay={5000} triggerOnce cascade damping={0.5}>
<div className="closingSoon">
Registrations Extended upto 20th Oct!
Registrations closing soon!
</div>
</Fade>

Expand Down

0 comments on commit 204bc19

Please sign in to comment.