Content pfp
Content
@
0 reply
0 recast
0 reaction

chih.⌐◨-◨  pfp
chih.⌐◨-◨
@3chih21
Day #1 Basic Syntax of CSS - Selectors - CSS is made up of rules, and rules are made up of selector(s) and the declarations which are made up of a property-value pair - Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS These are the most common selectors: • ID selector: for selecting only one element (ex: #titleOfHomepage) • Type selector: for selecting all elements of one type (ex <h2>) • Class selector: for selecting some elements (ex: .imgs-of-authorss) • Universal selector: for selecting all elements on the HTML file (*) And we can even group, chain the selectors, I'm going to note it later --- https://warpcast.com/3chih21/0x8c35d427
0 reply
1 recast
1 reaction