티스토리 뷰
<div id='item1'></div>
<div id='item2'></div>
<div id='item3'></div>
<div id='item4'></div>
<style>
*{
margin: 0;
padding:0;
background:#222730;
}
body{
width:400px;
height:300px;
position:relative;
}
div{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}
#item1{
width:100%;
height:150px;
background:#4CAAB3;
}
#item2{
background:#222730;
width:250px;
height:250px;
transform:translate(-50%, -50%) rotate(45deg);
}
#item3{
background:#4CAAB3;
width:150px;
height:150px;
transform:translate(-50%, -50%) rotate(45deg);
}
#item4{
width:50px;
height:50px;
border-radius:50%;
background:#393E46;
}
</style>
728x90
'HTML_CSS > CSS Battle' 카테고리의 다른 글
1-10. Cloaked Spirits (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
- node.js
- 다이나믹프로그래밍
- create db
- 서버점검
- 면접질문
- 은둔청년체험
- 다이나밍프로그래밍
- MOD
- DB 생성
- 투포인터
- 최소공통조상
- 동적프로그래밍
- 그래프
- 롱베케이션
- 면접비
- 로드나인
- 서버개발
- 개발자면접
- MySQL
- create databases;
- BFS
- 투포인터 연습
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함