Today was my second day on the code Bootcamp primer. I have reviewed CSS concepts, how to style elements, classes, ids, how CSS selectors work whether it is for parents or children, which is really useful to reduce codes.
CSS selector can be divided into different categories:
- select elements based on a Tag, name, id or class.
- select elements based on a specified relationship between them (combinators).
\ Combinators : . descendant selector (space)
\ . child selector (>)
\ . adjacent sibling selector (+)
\ . general sibling selector (~)
- select elements based on attribute or attribute value (attribute selector).
- select and style a part of element (pseudo elements selectors)
Tomorrow,i will tackle CSS box model, layout and positioning, follow the assignments and see how it goes.
Udemy is still helping me to improve my English skills. I improved also my typing skills, adding stars to my account.
I had time to work on my CV by trying to make it look good.
Jean Cédric NTWARI