|
|
|
@@ -103,7 +103,7 @@ body { |
|
|
|
height: calc(100vh - 80px); |
|
|
|
background-color: dimgrey; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
/* scroll-behavior: smooth; */ |
|
|
|
} |
|
|
|
|
|
|
|
@@ -444,12 +444,26 @@ div.week2 > div { |
|
|
|
} |
|
|
|
|
|
|
|
div.week1 > div { |
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */ |
|
|
|
background: #ebe9f9; /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */ |
|
|
|
|
|
|
|
box-shadow: 0px 0px 10px white inset; |
|
|
|
} |
|
|
|
|
|
|
|
div.week2 > div { |
|
|
|
background-color: #285c00; |
|
|
|
box-shadow: 0px 0px 10px white inset; |
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */ |
|
|
|
background: #627d4d; /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
div.assignment > div { |