카테고리 없음
div - 덕자방송
happy7789
2023. 12. 19. 17:34
https://codingbroker.tistory.com/60 - div 태그 공부
<!DOCTYPE html>
<html>
<head>
<style>
.outer {
width: 800px;
height: 800px;
background: #3c40c6;
}
.inner {
width: 400px;
height: 400px;
background: #ff5e57;
}
</style>
</head>
<body>
<div class="outer">
<div class="inner"></div>
</div>
</body>
</html>
출처 : https://codingbroker.tistory.com/60 [완벽은 :티스토리]
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////실행하기
https://bj.afreecatv.com/110995 - 덕자
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////