Skip to content

Commit

Permalink
코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
April-37 committed Aug 17, 2024
1 parent 62af36e commit 5c251a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- main_top -->
<div class="hometop">
<div class="topcon">
<div id="top_left">
<div id="topleft">
<div id="topinfo">
일상의 모든 물건을<br>
거래해 보세요<br>
Expand Down Expand Up @@ -67,7 +67,7 @@
<!-- main_bottom -->
<div class="homebot">
<div class="botcon">
<div id="bot_left">
<div id="botleft">
<div id="botinfo">
믿을 수 있는<br>
판다마켓 중고 거래<br>
Expand Down
12 changes: 5 additions & 7 deletions style_desktop.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
body {
margin:0px;
padding:0px;
color:#374151;
--primary_color: #374151;
color:var(--primary_color);
box-sizing: border-box;
}
a {
text-decoration: none;
Expand Down Expand Up @@ -42,15 +44,14 @@ a {
width:100%;
height:540px;
background-color: #cfe5ff;
box-sizing: border-box;
padding-top:200px;
}
.topcon{
width:1110px;
height:340px;
margin:0px auto;
}
#top_left {
#topleft {
float:left;
width:357px;
height:260px;
Expand Down Expand Up @@ -79,7 +80,6 @@ a {
.show {
width:100%;
height:720px;
box-sizing: border-box;
padding-top:138px;
}
.showcon {
Expand Down Expand Up @@ -124,15 +124,14 @@ a {
width:100%;
height:540px;
background-color: #cfe5ff;
box-sizing: border-box;
padding-top:143px;
}
.botcon{
width:1110px;
height:397px;
margin:0px auto;
}
#bot_left {
#botleft {
float:left;
width:354px;
height:172px;
Expand All @@ -152,7 +151,6 @@ a {
height:160px;
background-color: #111827;
padding-top: 32px;
box-sizing: border-box;
}
.footercon {
width:1120px;
Expand Down

0 comments on commit 5c251a2

Please sign in to comment.