diff --git a/index.html b/index.html
index 0f7d384..17000ec 100644
--- a/index.html
+++ b/index.html
@@ -15,9 +15,8 @@
box2
- box4
+ box3
- 추가햇다 이부분
diff --git a/style.css b/style.css
index 8c5e1df..aa2c9f2 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,7 @@
width: 100%;
height: 100vh;
display: flex;
+ justify-content: space-between;
}
@@ -12,12 +13,12 @@
background-color: gray;
}
-.s-box-th {
- position: absolute;
- right: 7px;
+.s-box-se {
+ position: relative;
+ top: 100px;
}
-.s-box-se {
- position: absolute;
- right: 117px;
+.s-box-th {
+ position: relative;
+ top: 200px;
}
\ No newline at end of file