Skip to content

Commit e2b259c

Browse files
add css file
1 parent 632ad1a commit e2b259c

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>My form exercise</title>
77
<meta name="description" content="" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<link rel="stylesheet" href="style.css" />
910
</head>
1011
<body>
1112
<header>

Form-Controls/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
input,
2+
select,
3+
button{
4+
min-height: 40px;
5+
padding: 10px;
6+
font-size: 16px;
7+
}
8+
button{
9+
padding: 12px,24px;
10+
}
11+
form > div{
12+
margin-bottom: 16px;
13+
}

0 commit comments

Comments
 (0)