0% found this document useful (0 votes)
5 views2 pages

3

Uploaded by

Saif Jutt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

3

Uploaded by

Saif Jutt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

body {

font-family: Arial, sans-serif;


background-color: #f4f4f9;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.container {
background-color: white;
border-radius: 8px;
padding: 30px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 400px;
}

h1 {
text-align: center;
margin-bottom: 20px;
color: #333;
}

label {
font-size: 16px;
margin-bottom: 10px;
display: block;
color: #555;
}

input[type="date"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
}

button {
width: 100%;
padding: 10px;
background-color: #4CAF50;
border: none;
border-radius: 4px;
color: white;
font-size: 16px;
cursor: pointer;
}

button:hover {
background-color: #45a049;
}

.result {
margin-top: 20px;
text-align: center;
display: none;
}

.result h3 {
font-size: 18px;
color: #333;
}

#ageResult {
font-size: 24px;
font-weight: bold;
color: #4CAF50;
}

You might also like