diff --git a/style.css b/style.css deleted file mode 100644 index a0e97d1..0000000 --- a/style.css +++ /dev/null @@ -1,56 +0,0 @@ -#head{ - margin: 0 auto 10px; - width: 90%; - height: auto; - font-size: 50px; - text-align: center; - background-color: #0f1938; - color: #ffffff; -} - -#week{ - box-sizing: border-box; - font-family: Arial, Helvetica, sans-serif; - margin: 0 auto; - width: 70%; - display: grid; - text-align: center; - grid-template-columns: [time] 15% [first] 17% [line2] 17% [line3] 17% [col4-start] 17% [five] 17% [end]; - grid-template-rows: [day] 40px repeat(18,30px) -} - -.class{ - background-color: #dfd; -} - -.day{ - background-color: #888; - text-align: center; - vertical-align: middle; - border: 1px solid; -} - -.time{ - background-color: #888; - font-size: 15px; - text-align: center; - vertical-align: middle; - border: 1px solid; -} - -#time-column{ - vertical-align: middle; - background-color: #888; - color: black; - font-size: 20px; - text-align: center; -} - -#cur{ - font-family: Arial, Helvetica, sans-serif; - margin: 10px auto; - width: 70%; - height: auto; - padding: 10px; - background-color: #bfb; -}