FrontEnd/CSS2 CSS Selectors * { }Universal Selector#id { }ID Selector.class { }Class Selectorh1, h2 { }Type Selectorh1 + pAdjacent Sibling Selectorul > liChild Selectorh1 - p { }Genernal Sibling Selectorp a { }Decent Selectordiv{ att - "val" } { }Attribut Selector 2024. 7. 20. How to center a Div 예시 적용 HTML Hello, World CSS 코드body { display: flex; min-height: 100vh; justify-content: center; align-items: center;} 2024. 7. 12. 이전 1 다음