Week 2 Day 1: HTML forms and input validation
This commit is contained in:
19
Week-2/Day-1/style.css
Normal file
19
Week-2/Day-1/style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input, textarea, button {
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
padding: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user