updated layout to have 2 element next to eachother

This commit is contained in:
sam
2023-10-18 15:41:34 +02:00
parent d33bbb0fae
commit 678644bf13
5 changed files with 72 additions and 27 deletions

View File

@@ -1,4 +1,6 @@
* {
font-family: 'Open Sans', sans-serif;
}
body {
display: flex;
flex-direction: column;
@@ -12,6 +14,11 @@ html {
div {
color: white;
}
.block{
display: block;
}
.menubalk a {
float: left;
color: #f2f2f2;
@@ -36,3 +43,29 @@ div {
overflow: hidden;
}
.waardes {
float: left;
}
.map{
height: auto;
}
.textleft{
float: left;
box-sizing: border-box;
width: 50%;
margin-left: 10px;
margin-bottom: 10px;
}
.image {
float: left;
height: auto;
width: 40vw;
border-radius: 3vh;
margin-left: 2vw;
margin-bottom: 10px;
}