change node name functionalitijd

This commit is contained in:
Dano van den Bosch
2024-04-02 13:05:31 +02:00
parent 1743b998eb
commit b9455a56a8
5 changed files with 170 additions and 4 deletions

View File

@@ -5,6 +5,42 @@
}
/*
.editNodeInformation{
margin-bottom: 60%;
display: flex;
justify-content: left;
} */
#editNode{
display: flex;
justify-content: center;
/* align-items: center; */
/* flex-direction: column; */
/* border-radius: 5%; */
/* border: 20px solid orange; */
}
/* #editNode {
width: 98vw;
height: 20vh;
display: flex;
justify-content: center;
/* flex-direction: column; Keep as column
/* justify-content: ;
align-items: center;
background-color: #333;
color: #fff;
padding: 10px;
border-radius: 50px;
border: 2px solid #333;
clear: both;
margin-bottom: 10px;
position: relative;
float: top;
} */
body {
padding-top: 5vw;
display: flex;