Working but atm there is no check that disables the submit button until a rating is selected.
Gvne
@gvneeAll comments
- @annachen2Submitted over 2 years ago
- @CeriOwlSubmitted over 2 years ago
I want to know how to resize the svg element, because I can't did it when I try. And my second question is if I did the button well, because I feel that part complicated for the svg element and I didn't know how to created in the better way.
@gvneePosted over 2 years agoInstead of copy pasting svg. You can use img to import the svg file. Like this <img src="images/cart-icon.svg>. And if you want to resize the icon don't edit the svg file. Instead use css width and height.
1 - @SebbyBlackSubmitted over 2 years ago
I tried designing this mobile first and would like feed back on how I did overall code wise.
Also the design I was given in sketch looks different than the one the site shows, I'm not sure if it's because I don't have certain fonts or not, but I followed what the Sketch design showed
I'm also confused as to why when I start to stretch the page towards desktop the main image starts moving a bit
@gvneePosted over 2 years agoFont might be looking different because of font-weight. Check out the style-guide And give your container max-width so it won't stretch. Also it seems that it is changing to mobile design at 900px. Even some desktop screen width is around 700px so checkout popular breakpoints and screen sizes.
1