From df11c14f72759722c21e50c88d5606e25dd269af Mon Sep 17 00:00:00 2001 From: patriciarealini Date: Fri, 4 Sep 2015 15:37:42 -0700 Subject: [PATCH] minor front end tweaks to text & css formatting --- index.html | 22 +++++++++++++--------- stylesheet.css | 28 ++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index ab3b6ce..f57b49a 100644 --- a/index.html +++ b/index.html @@ -7,18 +7,22 @@ + -

IN THE CARDS

-

Click on the deck

+
+

ARCANA

+

Click on the deck

-
- deck of cards -
- -
- -
+
+ deck of cards +
+ +
+
+
+
+
diff --git a/stylesheet.css b/stylesheet.css index 0bf86ad..e204d8b 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,10 +1,26 @@ -body { - background: url(images/background/purplenightsky.jpeg), - linear-gradient(to top, #CD663B, #35222C, #1D151E), - black; +html, body, h1, h2, h3, h4, p, div, ul, li, a { + padding: 0; + border: 0; + margin: 0; + font-size: 100% + font-family: "Helvetica Neue", Helvetica, sans-serif; + font-weight: 200; + list-style: none; + text-decoration: none; +} +@font-face { + +} +@media screen and (min-width:600px) { + +} +.topHalf { + width: 100vw; + height: 100 vh; + background: url(images/background/starrynightsky.jpeg), black; background-size: 100%; background-repeat: no-repeat; - background-position: center center; + background-position: center; } h1, h2 { text-align: center; @@ -35,6 +51,6 @@ h1, h2 { padding-right: 20px; } #hand img { - padding: 5px; + padding: 7px; height: 225px; } \ No newline at end of file