Noha Waheed
@nohawaheedAll solutions
- Submitted 6 months ago
Space Tourism challenge using React
- HTML
- CSS
- JS
Is there a way to refresh pages other than home and not get a 404 response on github?
I used "/space-tourism" as a basename but that didn't work.
- Submitted 7 months ago
Responsive product preview card component using sass
- HTML
- CSS
I used background-image: url() to display the image in an :after pseudo-element in the css file to be able to change the image url to mobile image when width changes. I think the img element is supposed to be in the html file for the SEO. I thought of a way to change the img src if the img element is added in the html with using js event listener to listen to the screen width, but this challenge is using html and css Is there another way around or is it okay to use background-image: url() here?