osanseviero's picture
osanseviero HF staff
Create app.css
253db97
raw
history blame contribute delete
No virus
400 Bytes
.infoPoint h1 {
font-size: 30px;
text-decoration: bold;
}
a {
text-decoration: underline;
color: #1f3b54 ;
}
table {
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 400px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table th,
table td {
padding: 12px 15px;
}
tr {
text-align: left;
}
thead tr {
text-align: left;
}