Skip to content

Commit

Permalink
Merge pull request #15 from likelion11-kangwon/feat/featureJeongDayeon
Browse files Browse the repository at this point in the history
Feat/feature jeong dayeon
  • Loading branch information
dandamdandam authored Apr 20, 2023
2 parents 6fbe146 + 331c66c commit 405ec3c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
17 changes: 9 additions & 8 deletions WarmUpProject/src/JeongDayeon.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ function JeongDayeon() {

return (
<div className='JeongDayeon'>
<div id='recommend_width' className='small_font'>width를 이 선에 맞추어 웹페이지를 봐주세요</div>
<JustForStyle />
<Profile />
<AboutMe />
<BalanceGame />
<Projects />
<TechStacks />
<Channels />
<div id='width_cut'>
<JustForStyle />
<Profile />
<AboutMe />
<BalanceGame />
<Projects />
<TechStacks />
<Channels />
</div>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion WarmUpProject/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
body {
background-color: rgb(34, 34, 34);
color:white;
padding: 20px;
padding: 0px;
margin: 0px;
font-family: 'Pretendard';
}
15 changes: 14 additions & 1 deletion WarmUpProject/src/styles/jdy.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
--font-side-c: rgb(196, 195, 195);
}

.JeongDayeon{
background-color: var(--side-c);
}

.JeongDayeon #width_cut{
background-color: var(--back-c);
position: relative;
width:350px;
padding: 20px;
margin:auto;
overflow: hidden;
}

.jdy_h1{
font-size:48px;
}
Expand Down Expand Up @@ -226,7 +239,7 @@
#tech_stacks #tech_container{
display: flex;
overflow: hidden;
margin-left: calc(-50vw + 50%);
margin-left: -20px;
width:390px;
white-space:nowrap;
}
Expand Down

0 comments on commit 405ec3c

Please sign in to comment.