Skip to content

Commit 7416f20

Browse files
Merge pull request #1875 from abhinavverma03/main
FIX #1854 Moved Age Calculator element to center
2 parents 13e7b37 + 14b2dff commit 7416f20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Projects/Age Calculator/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
color: #fff;
1414
}
1515
.calculator{
16+
position: relative;
17+
left: 20%;
18+
top: 3rem;
19+
text-align: center;
1620
width: 100%;
1721
max-width: 600px;
1822
margin-left: 10%;

0 commit comments

Comments
 (0)