Added dice_word div

This commit is contained in:
Douglas Muth 2015-04-26 16:29:22 -04:00
parent 04bad0bf8e
commit b6124b8e18
2 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,7 @@
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="./starter-template.css" rel="stylesheet">
<!-- TEST -->
<!-- Our different dice faces. -->
<link href="./dice.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@ -77,6 +77,8 @@
<div class="dot dbottom dright"></div>
</div>
<div class="dice_word" style="float: left; padding-left: 20px; padding-top: 25px; ">
</div>
<span class="results_words_key" >Your words are: </span>
<span class="results_words_value" ></span>

View file

@ -8,7 +8,9 @@ body {
}
.results_words_key, .results_words_value,
.results_phrase_key, .results_phrase_value {
.results_phrase_key, .results_phrase_value,
.dice_word
{
font-size: x-large;
}