Stephen Ostler
@steveostlerAll solutions
Newsletter sign-up form with success message solution
Submitted about 1 year agoI did a little research to complete this challenge but it's mainly my work (about 85%). I had to get the code for an email validation script from stack overflow. This is the only thing I do not understand in the code. Do I need to understand regex?
Is it ok to rely on javascript validation?Meet landing page solution
Submitted about 1 year agoHow do I add the header images so they expand off the sides as the design file shows
Recipe page
Submitted about 1 year agoI had an issue with the styling of the border radius on the image a the top of the page. When I added padding the border radius disappeared. I managed to fix it with the follwing code but I do not understand how this works,
.recipe .recipe-img{ padding: 40px 40px 0 40px; border-radius: 1rem; overflow: hidden; } .recipe .recipe-img img{ border-radius: 1rem; }
Social links profile solution
Submitted about 1 year agoI'm not sure how to get the required pixel dimensions out of Figma files. I'm have not used it before. The last time I did web development was nearly 10 years ago and it seemed to be all Adobe Photoshop for design files where I worked. Is there a quick introduction anywhere?