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

Created education componenent with header and text #17

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

IsaiahWut
Copy link
Collaborator

Screen Shot 2025-01-18 at 10 58 59 PM

return (
<div className="space-y-3">
<div className="flex items-center space-y-4">
<h1 className="textleft my-10 ml-20 text-6xl">Education</h1>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invalid syntax for text-left

@@ -1,7 +1,27 @@
import React from "react";

const Education = () => {
return <div>Education</div>;
return (
<div className="space-y-3">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the first div

Copy link
Collaborator Author

@IsaiahWut IsaiahWut Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I take it out, my paragraph gets set to the left and the bar disappears. I need help on how to format/fix this if I get rid of the first div.
Screen Shot 2025-01-27 at 4 35 26 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants