From b6124b8e18820cd4cff940066bcacc05dfc9ec19 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 26 Apr 2015 16:29:22 -0400 Subject: [PATCH] Added dice_word div --- index.html | 4 +++- starter-template.css | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 793ac43..1b7b529 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - + @@ -77,6 +77,8 @@
+
+
Your words are: diff --git a/starter-template.css b/starter-template.css index ce487bf..49a9959 100644 --- a/starter-template.css +++ b/starter-template.css @@ -7,8 +7,10 @@ body { text-align: center; } -.results_words_key, .results_words_value, - .results_phrase_key, .results_phrase_value { +.results_words_key, .results_words_value, + .results_phrase_key, .results_phrase_value, + .dice_word + { font-size: x-large; }