-
Notifications
You must be signed in to change notification settings - Fork 57
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
Week 9 Design hand-off Emma E #29
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your project looks well-structured and your page seem to show all the elements required (without seeing the design spec). Now it's the fun part left - The CSS! Wiiihooo! 🥳
I noticed that all your CSS-files are in the components folder. A suggestion would be to create a CSS-folder for them, to make it easier to find what you're looking for when browsing through the files.
You've done a really good job so far! 👏 Can't wait to see what it will look like styled 😄
return ( | ||
<div className="join"> | ||
<p>Join our full-body workout inspired by Ballet, Pilates, and Yoga.</p> | ||
<button className="joinBtn" type="button">Join Us!</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the buttons are styled the same way, how about making a reusable button component? 😃
No description provided.