This commit is contained in:
Dano van den Bosch
2024-04-03 12:28:23 +02:00
parent 74cebc0cef
commit 44857fdd65

View File

@@ -19,25 +19,41 @@
} }
#editNode { #editNode {
display: flex; display: flex;
margin-top: 1%; justify-content: center;
width: 98vw; flex-direction: column;
height: 20vh; margin-top: 1%;
display: flex; width: 98vw;
justify-content: center; height: 20vh;
/* flex-direction: column; Keep as column justify-content: center;
/* justify-content: ; */ align-items: center;
align-items: center; background-color: #333;
color: #fff;
padding: 10px;
border-radius: 50px;
border: 2px solid #333;
clear: both;
margin-bottom: 2vh;
/* position: relative; */
/* float: top; */
}
background-color: #333; #mySelect {
color: #fff; margin-left: 45vh;
padding: 10px; }
border-radius: 50px;
border: 2px solid #333; #text {
clear: both; font-size: 20px;
margin-bottom: 10px; margin-left: 25vh;
position: relative; }
float: top;
#inputName {
margin-left: 5vh;
margin-right: 5vh;
}
#inputLocation {
margin-right: 5vh;
} }
body { body {