Commit eb28d0fc authored by HARSH SILOIYA's avatar HARSH SILOIYA

CSS for index.html

parent f28885e3
* {
background-color: #fff0f5;
}
h1 {
font-family: "Impact";
font-size: 75px;
color: #2f4f4f;
}
h2 {
font-family: "Arial"
}
p#p01 {
font-family: "Arial";
font-size: 50px;
color: #00ced1;
}
p#p02 {
font-family: "Georgia";
font-size: 50px;
color: #191970;
}
a {
font-family: "Times New Roman";
font-size: 20px;
color: #00bfff;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 10px;
text-align: center;
}
table.timetable tr:nth-child(even) {
background-color: #e0ffff;
}
table.timetable tr:nth-child(odd) {
background-color: #add8e6;
}
table.timetable th {
background-color: #1e90ff;
color: white;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment