728x90 OOCSS1 #OOCSS #Object Oriented CSS #SMACSS #Scalable and Modular Architecture for CSS #BEM #Block Element Modifier 🎈OOCSS (Object Oriented CSS) 📜객체 지향 원칙을 적용해 구조(Structure)와 외형(Skin), 컨테이너(Container)와 내용(Content)을 분리합니다.📜공통 패턴(버튼, 그리드 등)을 재사용 가능한 모듈로 만들어 코드 중복을 줄이지만, 다중 클래스 사용으로 HTML이 복잡해질 수 있습니다.📜HTMLFacebook Twitter📜CSS.btn { padding: 10px 20px; border: none; border-radius: 4px; text-decoration: none; } .primary { background: blue; color: white; } .success { background: green; color: white; }.. 카테고리 없음 2026. 2. 19. 이전 1 다음 728x90