- Aufgabe aus PROG (UMDREHER.html und UMDREHER.php)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
.div_input{
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: cornflowerblue;
|
||||
margin: 2px;
|
||||
@@ -20,9 +24,13 @@ button:hover{
|
||||
width: 98px;
|
||||
}
|
||||
input {
|
||||
background-color: azure;
|
||||
border: 2px solid black;
|
||||
background-color: white;
|
||||
border: 5px outset black;
|
||||
border-radius: 24px;
|
||||
width: 180px;
|
||||
height: 20px;
|
||||
box-shadow: 0px 0px 5px 5px blue;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.main {
|
||||
border: 5px;
|
||||
|
||||
Reference in New Issue
Block a user