Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
feat :: add Main
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyun0220 committed Aug 26, 2024
1 parent 568a084 commit 1516dc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Binary file modified crescendo-web/src/.DS_Store
Binary file not shown.
Binary file modified crescendo-web/src/image/.DS_Store
Binary file not shown.
Binary file added crescendo-web/src/image/onedayClass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions crescendo-web/src/pages/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ h5 {
}
.under {
position: fixed;
margin-top: 700px;
margin-left: 340px;
margin-top: 660px;
margin-left: 360px;
}

.toggle {
Expand Down
8 changes: 3 additions & 5 deletions crescendo-web/src/pages/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ function Main() {
<img src={require("../image/var.png")} width="440px" />
<input className="text"></input>
<h4>오늘의 추천 Todo 🔥</h4>
<div className="Todo"></div>
<img src={require("../image/onedayClass.png")} className="Todo"/>
<h5>My Todo</h5>
<div className="underline"></div>
<div className="under">
<button className="plus">
<img src={require("../image/button.png")} className="plus"></img>
</button>
<button className="plus"></button>
</div>
<Toggles />
<Toggles/>
</div>
);
}
Expand Down

0 comments on commit 1516dc2

Please sign in to comment.