Latest solutions
Responsive Bootstrap Two Column Fylo landing page
#accessibility#bootstrap#sass/scss#semantic-uiSubmitted almost 3 years ago
Latest comments
- @nishantcmSubmitted over 1 year ago@kjdeepakPosted over 1 year ago
Awesome work!!! Keep going. Do focus on minute details while implementing responsive designs. Especially padding and margins.
1 - @nishantcmSubmitted almost 2 years ago@kjdeepakPosted almost 2 years ago
Hi Nishant, Please consider following points:
- Fix border radius in desktop view.
- Use right font family as per given design.
Great work.
0 - @nishantcmSubmitted almost 2 years ago@kjdeepakPosted almost 2 years ago
Hi Nishant, Awesome work!!! However I would like to highlight following points to consider:
- Mobile view card layout needs to be center aligned.
- Fix line height for paragraph.
- Use proper font family.
- Fix button shadow.
Marked as helpful0 - @prem8097Submitted almost 3 years ago@kjdeepakPosted almost 3 years ago
Hi Prem, Great efforts. I would like to suggest the following points.
- Please use a self-explanatory CSS selector name in your CSS file else it will become difficult for other developers to follow your work.
- Don't ignore accessibility issues reported against your solution.
Marked as helpful0 - @jaycgreenwaldSubmitted almost 3 years ago@kjdeepakPosted almost 3 years ago
Answer to Question 1: In my opinion px is perfectly fine. Avoid using height wherever possible. Answer to Question 2: By applying height 100vh you are introducing scroll behavior to your page. Try implementing the following solution (https://stackoverflow.com/a/27869108/9569049) to center the card.
Answer to Question 3: Use html5 semantic <main> tag instead of <div class="container"> to fix your accessibility issue.
Marked as helpful0 - @zambobenceSubmitted almost 3 years ago@kjdeepakPosted almost 3 years ago
- Remove unnecessary text.
- Check for mobile responsiveness
- Use a CSS methodology while using vanilla CSS for your project so this will help you in maintaining styling rules in complex projects.
- Check for word breaks and font size.
Marked as helpful0