From f763f0246773e3be9787636dc75c078e0fc9dd3d Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Thu, 11 Feb 2021 21:01:52 -0500 Subject: [PATCH] cleanup(unused): remove unused files --- public/homo-casa.svg | 9 ------- styles.css | 61 -------------------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 public/homo-casa.svg delete mode 100644 styles.css diff --git a/public/homo-casa.svg b/public/homo-casa.svg deleted file mode 100644 index b314acf..0000000 --- a/public/homo-casa.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/styles.css b/styles.css deleted file mode 100644 index 2cde9a9..0000000 --- a/styles.css +++ /dev/null @@ -1,61 +0,0 @@ -/* background */ -body { - background-image: url(monogram.gif); - background-color: #463731; - background-position: center; - background-repeat: repeat; - background-size: 132px; - - color: #fff; - text-shadow: 1px 1px #000; - - text-align: center; -} - -/* layout */ -header, #luggage, #parties, footer { - clear: both; - padding: 0.5em; -} -header { - color: #e9992d; -} -.luggage { - float: left; - width: 25%; -} -h5 { - text-align: left; - margin: 0.5em 3em; -} -em { - float: right; -} -.party { - float: left; - width: 50%; -} -#bernkastel { - color: #849bf3; -} -#lambdadelta { - color: #ffe4f2; -} -#virgilia { - color: #d1d0e3; - display: inline-block; - margin: auto; - text-align: left; -} - -/* breakpoints at 850px and 475px */ -@media screen and (max-width: 850px) { - .luggage { - width: 50%; - } -} -@media screen and (max-width: 475px) { - .luggage { - width: 100%; - } -}