From 54c666d5bafaf6b0f1cfc4c195fcd1200ee8f823 Mon Sep 17 00:00:00 2001 From: Maithrika Sara Date: Thu, 27 Oct 2016 18:35:01 -0700 Subject: [PATCH] connected stylesheet to html ugh --- index.html | 3 ++- style.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 48c0c2c..e292e40 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,13 @@ + Seattle Outreach Services
- +
diff --git a/style.css b/style.css index 4b56418..0e02bc0 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .button { border: 5px solid black; + width: 150px; + height: 150px; } #food { - background: url('assets/working/png/burgershake.png'); - border: 2px solid black; + }