목록2021-2학기/html+css+javascript (21)
Jam's story
디자인 color 배색 사이트
• 웹 디자인 랭킹 : https://www.webdesignrankings.com/resources/lolcolors/ • Adobe CC / Kuler : https://color.adobe.com/ • Design Seeds : https://www.design-seeds.com/ • Color Hunt : https://colorhunt.co/popular • 디자인 포트폴리오 사이트 : https://dribbble.com
2021-2학기/html+css+javascript
2021. 10. 18. 11:12
웹페이지 간단하게 만들어보기
보호되어 있는 글입니다.
2021-2학기/html+css+javascript
2021. 10. 17. 15:28

float: right 나 left로 설정할 수 있다. 왼쪽이나 오른쪽에 배치되도록 하는것이다. 우선 이러한 html 이 있다. .float-unit { width: 50px; background: #707070; color: #FFFFFF; font-size: 18px; font-weight: bold; text-align: center; padding: 15px 0; } 이렇게 세로로 나온다 여기에 float : left를 추가해보자 이렇게 나온다 clear: both 를 추가해준다 부모 요소(div.floatframe)가 해당 요소(div.float-unit)를 인식하지 못하고, 오로지 float되지 않은 요소들만 인식하여 포함 내부에 배치하기 위해서는 float 속성 해제 필요 A B C D
2021-2학기/html+css+javascript
2021. 10. 17. 08:34
중간고사 준비2
보호되어 있는 글입니다.
2021-2학기/html+css+javascript
2021. 10. 16. 23:17
html+css로 똑같이구현해보기
보호되어 있는 글입니다.
2021-2학기/html+css+javascript
2021. 10. 15. 23:32