Skip to content

Commit 14b2dff

Browse files
FIX #1854 Moved Age Calculator element to center
1 parent fd02ef8 commit 14b2dff

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
@@ -12,6 +12,10 @@
1212
padding: 10px;
1313
}
1414
.calculator{
15+
position: relative;
16+
left: 20%;
17+
top: 3rem;
18+
text-align: center;
1519
width: 100%;
1620
max-width: 600px;
1721
margin-left: 10%;

0 commit comments

Comments
 (0)