Can Anyone help me in How to get the data from the JSON file to JS ? and any other advice or feedback on my code is appreciated
Panagiotis Panagiotakopoulos
@PanuGrAll comments
- @MaryEhbSubmitted almost 3 years ago@PanuGrPosted almost 3 years ago
you could use fetch, fetch the file and return the data
0 - @KinosaurusSubmitted over 3 years ago
Hello!
Does anyone know how to add a color overlay as seen in the model solution?
I've been searching around and trying but it's not working :(
Many thanks!
@PanuGrPosted over 3 years agoHi. There are few ways...a div with color and z-index, with the :after pseudoselector. Recently I found out about the blend-mode. I think it is better than other methods.
I found 2 different properties: https://www.w3schools.com/cssref/pr_background-blend-mode.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode
0 - @angelitomanibaleSubmitted over 3 years ago
Disclaimer: I'm not good at CSS but I think I did a decent work of copying it, I have a problem of getting rid of the border radius when its on desktop mode. Any suggestion for me to be better at CSS I'm not an artistic kind of guy. Thank you just trying this out
@PanuGrPosted over 3 years agoHi. For the border-radius you can make it specific. For example border-top-left-radius. I cannot see the images though, even though you have marked them on your html.
1 - @franco-aSubmitted over 3 years ago
Hello! I have a problem with the buttons. If you hover a bit to the right of the button it is still clickable when it shouldn't be. How do I prevent this? Feedback is highly appreciated!
@PanuGrPosted over 3 years agoBecause your button is a link. Links take the whole width.
1 - @mcdulingmSubmitted over 3 years ago
Any feedback will be appreciated. :)
@PanuGrPosted over 3 years agoHi. I like the transition effect on the buttons. When you hover over the buttons the cursor doesn't change.
1