Files
ballistic-builder/Example Code/Weather/styles.module.css

14 lines
222 B
CSS
Raw Normal View History

2024-11-14 17:46:13 -05:00
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 80%;
margin: auto;
text-align: center;
padding: 1em;
}
.close {
font-size: 1.5em;
float: right;
cursor: pointer;
}