Skip to content

Commit

Permalink
๐ŸŽจ Publish(##22): ๋ฉ”์ธํŽ˜์ด์ง€ ๊ทธ๋ฆฌ๋“œ์‹œ์Šคํ…œ ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
rhehfl committed Sep 29, 2024
1 parent 7afbba4 commit 2d28a4b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/pages/main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,28 @@ import { LayOutDiv, FeatureDiv } from './style';
export default function Main() {
return (
<GridDiv>
<LayOutDiv $marginTop="50px" $height="739px">
์‚ฌ์ด๋“œ๋ฐ”
<LayOutDiv $height="739px">
<FeatureDiv
$width="200px"
$height="35px"
$backGroundColor="#FFFFFF"
$marginTop="50px"
>
๋กœ๊ณ 
</FeatureDiv>
{['learining', 'Ranking', 'quest', 'store', 'profile', 'setting'].map(
(value, index) => (
<FeatureDiv
$width="197px"
$height="53px"
$backGroundColor="#FFFFFF"
$marginTop="46px"
key={index}
>
{value}
</FeatureDiv>
)
)}
</LayOutDiv>
<LayOutDiv $height="100vh ">
<FeatureDiv
Expand Down

0 comments on commit 2d28a4b

Please sign in to comment.