add data download page

This commit is contained in:
Pritimay Sarkar
2023-08-23 21:15:32 +05:30
parent 47d348d791
commit eecc6501df
2 changed files with 37 additions and 5 deletions

View File

@@ -1,10 +1,29 @@
.button {
background-color: #4CAF50; /* Green */
background-color: #4CAF50;
/* Green */
border: none;
color: white;
padding: 15px 32px;
/* padding: 15px 32px; */
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
margin: 15px;
}
.dates {
flex-direction: row;
display: flex;
justify-content: center;
align-items: center;
margin: 1.5rem;
}
.start-date {
margin: 10px;
}
.end-date {
margin: 10px;
}