2022-03-16 18:52:45 +01:00
|
|
|
/* https://www.cssportal.com/css-flexbox-generator/ */
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
}
|
|
|
|
.divtop {
|
|
|
|
border:1px;
|
|
|
|
border-bottom-style:solid;
|
|
|
|
width:100vw;
|
|
|
|
padding:5px;
|
|
|
|
}
|
2022-03-18 23:08:22 +01:00
|
|
|
|
|
|
|
.divsubtop {
|
|
|
|
border-bottom: 1px solid black; /* remove after testing */
|
|
|
|
}
|
|
|
|
|
2022-03-16 18:52:45 +01:00
|
|
|
.searchtop {
|
|
|
|
width:24em;
|
|
|
|
}
|
|
|
|
.buttontop {
|
|
|
|
width:12em;
|
|
|
|
margin-left:15px;
|
|
|
|
}
|
|
|
|
.buttontop2 {
|
|
|
|
width:7em;
|
|
|
|
}
|
|
|
|
.divmain {
|
|
|
|
display:flex;
|
2022-03-18 23:08:22 +01:00
|
|
|
justify-content: center;
|
2022-03-16 18:52:45 +01:00
|
|
|
}
|
|
|
|
.divmaintop {
|
|
|
|
border:1px;
|
|
|
|
border-bottom-style:solid;
|
|
|
|
height:50px;
|
|
|
|
text-align:center;
|
2022-03-18 23:08:22 +01:00
|
|
|
margin: 0 auto;
|
2022-03-16 18:52:45 +01:00
|
|
|
}
|
|
|
|
.divmainbody {
|
|
|
|
margin:50px;
|
|
|
|
border:1px solid;
|
|
|
|
height:100%;
|
|
|
|
}
|