티스토리 뷰
<div id='container1' class='container'>
<div class='bigCircle'>
<div class='smallCircle'></div>
</div>
</div>
<div id='container2' class='container'>
<div class='bigCircle'>
<div class='smallCircle'></div>
</div>
</div>
<div id='container3' class='container'>
<div class='bigCircle'>
<div class='smallCircle'></div>
</div>
</div>
<style>
*{
margin: 0;
padding:0;
background:#62306D;
}
body{
width:400px;
height:300px;
position:relative;
padding: 0 50px
}
div{
position:absolute;
background:#F7EC7D;
}
.container{
position:absolute;
bottom:0;
width:100px;
height:100px
}
#container2{
left:150px;
height:200px;
}
#container2>.bigCircle{
background:#E38F66;
}
#container2>.bigCircle>.smallCircle{
background:#AA445F;
}
#container3{
left:250px;
}
.bigCircle{
position:absolute;
width:100px;
height:100px;
border-radius:50%;
background:#AA445F;
top:-50px
}
.smallCircle{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%, -50%);
width:60px;
height:60px;
border-radius:50%;
background:#E38F66;
}
</style>
728x90
'HTML_CSS > CSS Battle' 카테고리의 다른 글
1-9. Tesseract (0) | 2021.10.14 |
---|---|
1-8. Forking Crazy (0) | 2021.10.14 |
1-7. Leafy Trail (0) | 2021.10.14 |
1-6. Missing Slice (0) | 2021.10.14 |
1-5. Acid Rain (0) | 2021.10.14 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 면접질문
- 로드나인
- DB 생성
- 동적프로그래밍
- 서버점검
- MySQL
- 롱베케이션
- 그래프
- create db
- 은둔청년체험
- 다이나믹프로그래밍
- 서버개발
- node.js
- 투포인터
- 다이나밍프로그래밍
- 최소공통조상
- 투포인터 연습
- 개발자면접
- BFS
- 면접비
- create databases;
- MOD
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함