Some CSS notes

##media query for desktop first development

##transform line-height https://www.w3schools.com/css/css_combinators.asp
#combinator
A CSS selector can contain more than one simple selector. Between the simple selectors, we can include a combinator.

There are four different combinators in CSS3:

descendant selector (space)
child selector (>)
adjacent sibling selector (+)
general sibling selector (~)

Examples of block-level elements:

Leave a Reply

Your email address will not be published. Required fields are marked *