mirror of
https://github.com/Raghu-Ch/Sample-Calendar.git
synced 2026-02-10 04:33:03 -05:00
17 lines
277 B
CSS
17 lines
277 B
CSS
h1 {
|
|
font-family: "Trebuchet MS", Verdana, sans-serif;
|
|
}
|
|
.calender ul {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.calender li {
|
|
display: block;
|
|
float: left;
|
|
width: 25%;
|
|
border: 2px solid white;
|
|
padding: 5px;
|
|
height: 40px;
|
|
background-color: rgb(23, 135, 201);
|
|
color: white;
|
|
} |