UIAngular/Client/src/app/components/upcoming-events/upcoming-events.component.css

15 lines
199 B
CSS

.event-header{
font-size: 1.2em;
font-weight: bold;
text-align: center;
border-bottom: 1px solid gray;
margin-bottom: 10px;
}
ul{
list-style: none;
}
li{
padding: 5px;
}