HTML/CSS1 html 에 스타일 시트로 스타일 입히기 ●index.css * { margin: 0; padding: 0; } .container { background-color: cadetblue; display: flex; /* 가로로 무조건 출력 */ /* justify-content: center; */ align-items: center; /*중간 정렬이 된다.*/ flex-direction: column; /*이렇게 넣으면 세로로 출력된다.*/ } .header { position: relative; background-color: yellow; height: 200px; width: 1000px; /* margin: 0 auto; 겉의 여백 자동 */ } .header .rtnav { position: absolute; top: 0; right.. 2024. 4. 15. 이전 1 다음