Newer
Older
C1232021 / main.css
html {height: 100%;}

body {background-image: url("EGS_LeagueofLegends_RiotGames_S1_2560x1440-47eb328eac5ddd63ebd096ded7d0d5ab.jpeg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: fixed; 
      background-color: #2e7d32;   
  color: white;
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  text-align: center;}
 p.happy{
	background-color: yellow;
	color:black;
}
p.sad{
	background-color: blue;
	color:black;
}

h1 { border: dotted 4px red;
    display: inline-block; 
    padding: 10px;
}
h2, p {color: white;}

img {max-width: 100%;
     height: auto;}

th.sun { background: #da0b00; color: white;}
th.mon { background: #f0f8ff; color: black;}
th.tue { background: #ff8c00; color: white;}
th.wed { background: #0cb0e0; color: white;}
th.thu { background: #228b22; color: white;}
th.fri { background: #ffd700; color: black;}
th.sat { background: #008080; color: white;}

td {
    color: black;           
    border: 1px solid #ccc;
    padding: 8px;
}
td.do   { color: #00ffff; font-weight: bold;}
td.holi { color: #ff4500; font-weight: bold;}