text css
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user