Add Sample Calender

This commit is contained in:
2018-01-12 20:23:29 -05:00
commit 34ceb87ac7
4 changed files with 88 additions and 0 deletions

17
styles.css Normal file
View File

@@ -0,0 +1,17 @@
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;
}