How Do I Get Better at CSS for My Portfolio Project?

0
2
Asked By CSSninja42 On

I've been feeling a bit lost with HTML and CSS lately, especially when it comes to designing in CSS. I know the basics, but I struggle to build a website on my own and often find myself looking up code. Is it normal to feel this way? How can I improve my CSS skills? I'm currently working on an assignment for a portfolio that involves HTML, CSS, and a bit of JS, and I'm really confused about where to begin. Should I look for a similar website and use its code as a reference?

5 Answers

Answered By CodeCrafter7 On

Getting better at CSS really just takes practice. Think of CSS like working with boxes; understanding flexbox, grid, and positioning is key. Practice is essential if you want to feel more confident.

Answered By WebWizard99 On

A good approach is to break your page design down into sections. Start with the big parts and then tackle smaller details. Familiarizing yourself with display properties like inline, block, flex, and grid can give you a solid foundation.

Answered By FigmaFanatic On

Try sketching your design in Figma, and then use the CSS it generates. CSS is well-documented, and using tools like AI chat can really guide you through it.

Answered By LearningLizard21 On

CSS can be tricky since it's quite different from traditional programming. Don't worry if you're not comfortable yet! Maybe consider using a responsive CSS framework to help you get started.

Answered By DesignDude88 On

What aspects are you finding the hardest? Is it design, styling, or scripting? Identifying the specific areas of struggle can really help narrow down your focus.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.