Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushRatan1 committed Aug 8, 2024
1 parent d44b0a6 commit e295e96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ const NavBar = () => {
</div>
</div>
<Marquee className="marquee bg-blue-300">
<div className="content">
<span className="ml-80 font-bold text-red-500">
<div className="content1">
<span className="ml-80 font-bold text-yellow-300">
Manuscript Submission
</span>{' '}
Date Extended to 10th August 2024
</div>
<div className="content">
<span className="ml-80 font-bold text-red-500 ">Last Date </span>
<div className="content1">
<span className="ml-80 font-bold text-yellow-300 ">Last Date </span>
to accept Best thesis nomination till 31st Aug 2024.
</div>
</Marquee>
Expand Down
4 changes: 3 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@
opacity: 1;
}
}

.content1 {
color: white;
}
.animate-fadeIn2 {
animation: fadeIn 2s ease-in-out;
}
Expand Down

0 comments on commit e295e96

Please sign in to comment.