Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jsimj001/home page secondary text #25

Merged
merged 12 commits into from
Jan 31, 2025
8 changes: 5 additions & 3 deletions src/components/home/example.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
const example = () => {
return (
<div className="flex items-center justify-center text-[10vw] text-cvdsa-red-200">
example
<div className="
flex h-screen w-screen items-center
text-center mx-auto justify-center text-[4vw] text-black">
CARDIOVASCULAR DISEASE STUDENT ASSOCIATION
</div>
);
};

export default example;
export default example;