CSS!!!! CSS(Cascading Style Sheets)로 HTML문서를 더욱 효과적으로 보여줄수 있게 꾸며주는 언어이다 *여기서 Style Sheets란 Style Sheets는 js에서 객체(object)를 작성할때 처럼 작성하는 형식을 말한다 // js object const h1 = { fontSize : 16; } /* css style sheets */ h1 { font-size : 16px; } Selector Selector는 자신이 스타일 해줄 tag(ex. h1, p, button)나 id 그리고 class를 지정해 줘 스타일 할 수 있게 해주는 것이다 type selector type selector는 html 태그를 지정해 스타일 해주는 것이다!!! h1 { font-weight: bold.. 이전 1 다음