Unterricht 09.07.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
font-family: 'Verdana', 'Arial', sans-serif;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
main {
|
||||
margin: auto;
|
||||
width: 90vw;
|
||||
background-color: ivory;
|
||||
box-shadow: 2px 2px 10px 2px lightgray;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.input-container {
|
||||
display: flex;
|
||||
gap: .7em;
|
||||
}
|
||||
|
||||
.input-container input {
|
||||
height: 2em;
|
||||
}
|
||||
Reference in New Issue
Block a user