Stephen Ostler
@steveostlerAll solutions
- Submitted 4 months ago
Newsletter sign-up form with success message solution
- HTML
- CSS
- JS
I 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? - Submitted 4 months ago
Meet landing page solution
- HTML
- CSS
How do I add the header images so they expand off the sides as the design file shows
- Submitted 4 months ago
Recipe page
- HTML
- CSS
I 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; }
- Submitted 4 months ago
Social links profile solution
- HTML
- CSS
I'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?