mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added dice_word div
This commit is contained in:
parent
04bad0bf8e
commit
b6124b8e18
2 changed files with 7 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="./starter-template.css" rel="stylesheet">
|
<link href="./starter-template.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- TEST -->
|
<!-- Our different dice faces. -->
|
||||||
<link href="./dice.css" rel="stylesheet">
|
<link href="./dice.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
<!-- 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 class="dot dbottom dright"></div>
|
||||||
</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_key" >Your words are: </span>
|
||||||
<span class="results_words_value" ></span>
|
<span class="results_words_value" ></span>
|
||||||
|
|
|
@ -7,8 +7,10 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.results_words_key, .results_words_value,
|
.results_words_key, .results_words_value,
|
||||||
.results_phrase_key, .results_phrase_value {
|
.results_phrase_key, .results_phrase_value,
|
||||||
|
.dice_word
|
||||||
|
{
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue