2023.02.28(Nagyon_jol_allok)

This commit is contained in:
Medve Gergo 2023-02-28 14:38:13 +01:00
parent 90733dd0d1
commit 3027708dd0
2 changed files with 12 additions and 5 deletions

View File

@ -46,6 +46,9 @@ body{
.left_div{
padding: 2rem;
padding-right: 1rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.right_div{
@ -57,11 +60,6 @@ body{
margin-bottom: 1rem;
}
.plus_next_btn{
display: grid;
grid-template-columns: 1fr 1fr;
}
.option_slecter{
margin-bottom: 1rem;
}
@ -70,6 +68,10 @@ body{
width: 200px;
}
.place_of_btn{
grid-row: 2;
}
@media screen and (max-width: 500px){
.main_box{
margin-left: 1rem;

View File

@ -35,6 +35,7 @@
</div>
<div class="plus_next_btn">
<div class="plus">
<h2 class="option_label">Extra feltét</h2>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
@ -48,6 +49,10 @@
</label>
</div>
</div>
</div>
<div class="place_of_btn">
<input class="btn btn-primary" type="button" value="Tovább az összegzshez"></input>
</div>
</div>