LuRouFan
@angel-retryAll solutions
- Submitted 5 days ago
Responsive landing page using CSS Gridγ
- HTML
- CSS
I have used SCSS to manage CSS before and know that SCSS allows for nested writing and inheritance to manage styles. However, in my practical experience, itβs difficult for me to consider all the SCSS processing at the beginning, so I still prefer to write directly in CSS. Should SCSS be handled at the end to optimize CSS? Because my proficiency in SCSS is not very high, I usually end up choosing to write directly in CSS.
- Submitted 2 months ago
Use SCSS and Grid to create a layout
#sass/scss- HTML
- CSS
If someone has a better structure for my HTML and SCSS, I'd love to hear it. I think the
&:nth-child
γparts are a bit redundant. Is there a better way to do this? - Submitted 3 months ago
Using SCSS Flexbox for layout, incorporating accessibility design.
#sass/scss- HTML
- CSS
I hope someone can review my code and provide suggestions on my HTML structure or SCSS code for better practices.
- Submitted 3 months ago
Using SCSS Flexbox for layout, incorporating accessibility design.
#sass/scss- HTML
- CSS
Please review my code. I want to know if there are better ways to write CSS, and I'm not sure if I'm using SCSS correctly. Are there any ways to make my SCSS code more maintainable and readable?
- Submitted 3 months ago
Using CSS Flexbox for layout, incorporating accessibility design.
- HTML
- CSS
Are there better ways to manage CSS to improve its readability and maintainability?
- Submitted 3 months ago
Using CSS Flexbox for layout, incorporating accessibility design.
- HTML
- CSS
If anyone can check out my code and suggest better CSS layouts, I'd love to learn from them.
- Submitted 3 months ago
Use pure CSS Flexbox to creating a QR code page .
- HTML
- CSS
I've been trying to understand the difference between HSL and RGB in CSS. From what I found online, it seems like HSL produces better-looking colors. However, when I implemented the colors from a Figma design into a website, I noticed that the colors in HSL looked a bit washed out and weren't as vibrant as in the design. On the other hand, using RGB seemed to give a color that was much closer to what was in the design, and it looked more accurate.