Latest solutions
sign-up form with no media query full responsive flexbox
#accessibility#foundationSubmitted over 3 years ago
Latest comments
- @lndbgaaSubmitted over 2 years ago@MordenWebDevPosted over 2 years ago
there is a property call box shadow. with that you will be able to bring shadow to your design.
yourcard { box-shadow: 5px 10px rgba(255,255,255,.1); }
i hope this might helped you
Marked as helpful0 - @RenanGuapyassuSubmitted over 3 years ago@MordenWebDevPosted over 3 years ago
you are specifying height for the grid so it will not be able to grow according to the content. if you remove the height from grid class it will fix the issue . remove height form grid class in media query also it will fix the issue for mobile. it will be responsive.
1 - @ajc98Submitted over 3 years ago@MordenWebDevPosted over 3 years ago
use html for structure CSS for styling js for functionality
don't use inline CSS it is not best practice. there are many things need to be changed..
0 - @Itsmoe16Submitted over 3 years ago@MordenWebDevPosted over 3 years ago
button should have some padding so that it have space around the text. And in super charge workflow section the one image is missing from the center div . font size is big for paragraph. there should be some spacing between image and content. over all nice job.
Marked as helpful0 - @mahnoork18Submitted over 3 years ago@MordenWebDevPosted over 3 years ago
media query need to be adjusted because you are not using device screen space properly. even in the 1366px it goes to mobile design.
0 - @deborapaivaSubmitted over 3 years ago@MordenWebDevPosted over 3 years ago
nice job, hover state are missing. if it is there it will be nice.
0