Latest solutions
sign-up form with no media query full responsive flexbox
#accessibility#foundationSubmitted over 3 years ago
Latest comments
- @lndbgaa@MordenWebDev
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 helpful - @RenanGuapyassu@MordenWebDev
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.
- @ajc98@MordenWebDev
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..
- @Itsmoe16@MordenWebDev
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 helpful - @mahnoork18@MordenWebDev
media query need to be adjusted because you are not using device screen space properly. even in the 1366px it goes to mobile design.
- @deborapaiva@MordenWebDev
nice job, hover state are missing. if it is there it will be nice.