-
Notifications
You must be signed in to change notification settings - Fork 62
Arta's business site #68
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
base: main
Are you sure you want to change the base?
Conversation
HIPPIEKICK
left a comment
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.
Well done implementing CSS Grid and Flexbox, looks super! I like the sticky navbar and the design in general looks very aligned.
Keep up the good work Arta ⭐
| <h2>Join FikaMatch Today</h2> | ||
| <form | ||
| class="create-profile-form" | ||
| action="http://httpbin.org/anything" |
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.
Make sure you're using https as the action as some browsers will block http (unsecure)
| <label><input | ||
| type="radio" | ||
| name="subscription" | ||
| value="free" | ||
| checked | ||
| /> Free</label> | ||
| <label><input | ||
| type="radio" | ||
| name="subscription" | ||
| value="premium" | ||
| /> Premium</label> |
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.
Remember indentation!
Netlify link added to the README file