Skip to content

Commit

Permalink
Added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Jan 3, 2025
1 parent f91cb17 commit 4da23a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Calculators/Dilution-Calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ The calculator allows users to calculate:
- \( C_2 = (2 × 100) / 200 = 1 mol/L \)

## Screenshots :-

![image](https://github.com/user-attachments/assets/a97ddc91-06d3-412d-8ae7-901b5e744478)
3 changes: 2 additions & 1 deletion Calculators/Dilution-Calculator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: #333;
height: 100%;
min-height: 100vh;
}

.calculator {
Expand Down

0 comments on commit 4da23a1

Please sign in to comment.