add script for display result from server
This commit is contained in:
31
styles.css
31
styles.css
@@ -1,5 +1,28 @@
|
||||
body {
|
||||
div[id="op1"] {
|
||||
background-color: lightskyblue;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div[id="op2"] {
|
||||
background-color: lightgreen;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div[id="but"] {
|
||||
background-color: palevioletred;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div[id="res"] {
|
||||
background-color: yellow;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
@@ -12,4 +35,10 @@ input[type="submit"] {
|
||||
|
||||
input[type="reset"] {
|
||||
background-color: palevioletred;
|
||||
}
|
||||
|
||||
.inline-divs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
Reference in New Issue
Block a user