DEV Community

Omotayo Oluwole
Omotayo Oluwole

Posted on

What I Learned....

I practiced internal and external CSS more, however I am already familiar with external css. Learned that we really don't use internal CSS but it is good to learn and understand. ID always overwrites class. Classes can be used only once, ID's can be used once per page but it is better not to use ID's for styling CSS and it makes it easier to just use classes for css.

I learned about padding and margins.

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video