Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vutrn committed Jul 17, 2023
1 parent c7b90ca commit ffe98e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 124 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
**Only run in CONSOLE currently. (F12)**
**Update 1: Only run in CONSOLE currently. (F12)**

**Update 2: Now can display without console.log**

123 changes: 0 additions & 123 deletions a.html

This file was deleted.

2 changes: 2 additions & 0 deletions calculator.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ button:active {
background: rgb(255, 134, 154);
border-radius: 10px;
padding: 10px;
box-shadow: 5px 5px 0px black;
}

.input-screen {
display: flex;
justify-content: flex-end;

}

.input-screen input{
Expand Down

0 comments on commit ffe98e4

Please sign in to comment.