mirror of
https://github.com/Raghu-Ch/Sample-Calendar.git
synced 2026-02-10 12:43:02 -05:00
Add Sample Calender
This commit is contained in:
17
styles.css
Normal file
17
styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user