Skip to content

Commit

Permalink
first commit branch develop
Browse files Browse the repository at this point in the history
  • Loading branch information
InhaKr committed Mar 6, 2025
1 parent 01580fb commit 89b2bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ This is possible because [we use the Parcel library](https://en.parceljs.org/scs

❗️ Replace `<your_account>` with your GitHub username and copy the links to the `Pull Request` description:
- [DEMO LINK](https://InhaKr.github.io/layout_stop-watch/)

❗️ Copy this `Checklist` to the `Pull Request` description after links, and put `- [x]` before each point after you checked it.

- [ ] Keyframes implemented using from/to + transform with rotate property
Expand Down
2 changes: 2 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ body {

.stopwatch__hand--seconds {
background-color: #2c8000;

// background-color: red;
width: 1.5vmin;
height: 38vmin;
position: absolute;
Expand Down

0 comments on commit 89b2bb5

Please sign in to comment.