Eugene Vuong
@EugeneVuongAll solutions
- Submitted 5 months ago
Social Links Profile using BEM
- HTML
- CSS
- Is my usage of px, rem, and em correct? I have only used rem and px throughout my code because I couldn't find a suitable place for em. If you have any suggestions on where I can use each of these units better, I would love to know.
- Is my responsiveness good and is everything up to scale depending on the font size and zoom of the browser? Any areas of improvement regarding responsiveness?
- Is there a better way to make the padding responsive depending on the screen size? I used
padding: clamp(1.5rem, 4vw, 2.4rem);
Not sure if that is the best method.
- Submitted 5 months ago
Blog Preview Card using BEM
- HTML
- CSS
-
Is my usage of px, rem, and em correct? I have only used rem and px throughout my code because I couldn't find a suitable place for em. If you have any suggestions on where I can use each of these units better, I would love to know.
-
Part of the mobile image is cut out. making the image look bigger than it actually is. How do I replicate/implement this on my website? Currently, I only use
width: 100%;
-
Is my responsiveness good and is everything up to scale depending on the font size and zoom of the browser? Any areas of improvement?
- Submitted 5 months ago
QR Code Component using BEM
- HTML
- CSS
- I would like to know if my usage of the HTML5 semantic is used correctly.
- I would like to know if my QR code component is responsive.
- I would like to know if using REM (instead of REM) through my CSS is a good idea. If it is not, what parts of my design require the px instead of REM? 3A. When is using PX better than using REM (in general and in the case of the QR Code)?
- Am I using the BEM structure right?