Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
change style
  • Loading branch information
zainabmustafvi committed Oct 31, 2025
commit 220dcd03842474af84871d6ef3ae593f80b72faa
2 changes: 1 addition & 1 deletion 01-Simple-Calculator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
background: crimson;
background: rgb(20, 220, 80);
color: white;
font-family: sans-serif;
}
Expand Down