How to style a website from scratch - with CSS | Part 2

Опубликовано: 28 Май 2026
на канале: Senhor Programador
1,028
26

Want to have mentoring sessions with me on the basics of web programming (HTML, CSS, JavaScript, GitHub, etc.)?

Schedule a time: https://calendly.com/sr_programador/m...

Styling a website from scratch can be a problem for many programmers, especially those who don't like CSS syntax. However, to become a good front-end or full-stack programmer, mastering the CSS language is fundamental.

With that in mind, we created this series, styling a website from scratch with CSS. In today's video, we'll add styles to the homepage of the website we developed in the Introduction to HTML series.

We'll also discuss several very useful CSS properties, some best practices we can adopt daily, and how to make a web page responsive.

Watch the first video in the series:

   • Como estilizar um site do zero - com CSS |...  

Want to master the CSS language? Check out our 40-minute lesson:

   • CSS - TUDO O QUE VOCÊ PRECISA SABER em 40 ...  

Links mentioned in the video:
GitHub link with the code for this lesson: https://github.com/gustavopolonio/Int...

Find me here:

Instagram:   / senhorprogramador  
LinkedIn:   / gustavo-polonio-04b77a169  
GitHub: https://github.com/gustavopolonio

📧 Contact:
[email protected]

---------------------------------------------------------------------------------------------------------------—

Video chapters:
00:00 - Introduction
00:27 - Reusing styles from the previous lesson
04:02 - Styling the Header
09:40 - Creating global CSS variables
15:39 - Styling the Main
28:07 - Making the page responsive
35:54 - Farewell