CSS_17
·
CSS/기초 내용 정리
2024-10-10 DOCTYPE html>html lang="ko">head> meta charset="UTF-8"> meta name="viewport" content="width=device-width, initial-scale=1.0"> title>Documenttitle> style> ul { width: 100%; /* 가로 너비 속성 */ height: 50px; /* 세로 너비 속성 */ background-color: #069; /* 배경 색상 속성 */ list-style-type: none; ..