4.2 added
This commit is contained in:
15
w4_2_recursion_countdown/style.css
Normal file
15
w4_2_recursion_countdown/style.css
Normal file
@@ -0,0 +1,15 @@
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: #f0f0f0;
|
||||
font-family: Arial, sans-serif;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#countdown {
|
||||
font-size: 10rem;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user