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)