P
Joanne Wang
@joanneccwangAll solutions
- Submitted 4 months ago
Dictionary Web App using React + Emotion
- HTML
- CSS
- JS
- API
Any suggestions are welcomed. Thank you.
- Submitted 6 months ago
Pod Landing Page using React with Emotion
- HTML
- CSS
- JS
I've always struggled with handling images and I have very few experience with making landing pages. Here are some questions I'd like to ask.
-
What's the best practice to handle background image positioning for this kind of landing page? I use `` tag and position the image element with absolute positioning. But I'm not sure how people usually tackle this in real-life projects.
-
When resizing, what is the best practice to position the main content in this scenario?
-
How to ensure I detected the device correctly on first load? I'm still getting familiar with React. This time I use the
useEffect
hook, but sometimes the detected device is incorrect.
Any other comments would be appreciated. Thank you. :)