add data download page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user