put more style to css
This commit is contained in:
parent
ab701c94e2
commit
bc83112956
@ -45,3 +45,9 @@
|
|||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#displayQuestions {
|
||||||
|
position:absolute;
|
||||||
|
top:15px;
|
||||||
|
left:15px;
|
||||||
|
}
|
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="bgColor textColor mainHight" style="display:none; position:relative; width: 1000px; margin: auto;" id="display">
|
<div class="bgColor textColor mainHight" style="display:none; position:relative; width: 1000px; margin: auto;" id="display">
|
||||||
<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" class="textColor">
|
||||||
</div>
|
</div>
|
||||||
<div id="answers">
|
<div id="answers">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user