- Aufgabe aus PROG (UMDREHER.html und UMDREHER.php)

This commit is contained in:
danielvici123
2024-10-02 13:50:51 +02:00
parent aee03902ed
commit bff07dc7ae
3 changed files with 67 additions and 2 deletions

View File

@@ -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;