put style to css
This commit is contained in:
parent
c389c16e67
commit
ab701c94e2
@ -38,3 +38,10 @@
|
|||||||
.mainHight {
|
.mainHight {
|
||||||
height: 530px;
|
height: 530px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#answers {
|
||||||
|
font-family: monospace;
|
||||||
|
padding-top: 70px;
|
||||||
|
padding-left: 18px;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
@ -26,7 +26,7 @@
|
|||||||
<img id="schweinchenImg" style="margin-left: 200px; margin-top: 70px;" src="./img/schweinchen.jpg">
|
<img id="schweinchenImg" style="margin-left: 200px; margin-top: 70px;" src="./img/schweinchen.jpg">
|
||||||
<div id="displayQuestions" style="position:absolute; top:15px; left:15px;" class="textColor">
|
<div id="displayQuestions" style="position:absolute; top:15px; left:15px;" class="textColor">
|
||||||
</div>
|
</div>
|
||||||
<div id="answers" style="font-family: monospace; padding-top: 70px; padding-left: 18px; font-size: 1.5em;">
|
<div id="answers">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="noIntro" id="result" style="position:absolute; bottom:115px; right:38px; font-size: 1.5em;">
|
<div class="noIntro" id="result" style="position:absolute; bottom:115px; right:38px; font-size: 1.5em;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user