1_2_oder_3_repos/src_folder/FrontEnd/index.css
2023-05-12 08:44:00 +02:00

78 lines
1.0 KiB
CSS

h1 {
text-align: center;
}
div {
text-align: center;
}
#MainHeading {
}
#MainHeadingPic {
max-width: 10%;
}
#buttondiv {
display: inline;
margin: auto;
}
#startbutton {
scale: 120%;
}
#nextbutton {
visibility: hidden;
}
#questiondiv{
margin-top: 20px;
}
#question {
margin: auto;
height: 50px;
width: 600px;
border-style: solid;
padding-bottom: 20px;
}
#answerdiv {
display: flex;
}
#timerdiv {
margin-bottom: 20px;
padding-bottom: 20px;
padding-top: 20px;
}
#timer {
display: inline;
}
#timerpic{
max-width: 10%;
margin-bottom: -20px;
}
#answerdiv{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.answerbox {
width: 300px;
height: 100px;
border-style: solid;
}
#firstanswerbox {
border-color: red;
background-color: red;
}
#secondanswerbox {
border-color: yellow;
background-color: yellow;
}
#thirdanswerbox {
border-color: blue;
background-color: blue;
}