Skip to content

Commit 06185f9

Browse files
committed
Moved css to a separate folder
1 parent fb75252 commit 06185f9

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,8 @@
66
<title>My form exercise</title>
77
<meta name="description" content="" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9-
<style>
10-
button,
11-
select {
12-
min-height: 44px;
13-
padding: 8px 12px;
14-
}
9+
<link rel="stylesheet" href="style.css">
1510

16-
button {
17-
margin-right: 8px;
18-
}
19-
</style>
2011
</head>
2112

2213
<body>

0 commit comments

Comments
 (0)