Hien Giang
@hinn1411All solutions
- Submitted 6 months ago
Implement Links profile component using Flexbox and pseudo-classes
- HTML
- CSS
I do not know whether my CSS code is clean or not. Can you recommend some useful resources for writing CSS better?
- Submitted 6 months ago
Implementing Preview card component with Flexbox and Pseudo-classes
- HTML
- CSS
- In my
styles.css
file, I wrote hardcode values a lot. I know that SASS/SCSS can help me deal with that. Can you recommend good websites or YouTube channels for learning SASS/SCSS?
- Submitted 6 months ago
Implementing QR component using Flexbox
- HTML
- CSS
- Are there any consequences if we do not create the same User interface as the design by the designer? Let's say it just looks like 90%.
- What are the common-used properties of Flexbox? I usually use
display: flex, justify-content: * & align-items: *
but I rarely use the others. - Can you recommend some components or challenges that will help me enhance my Flexbox knowledge?
Thank you for spending time on my questions.