1. Created style.css and added reference of it

in index.html.
pull/92/head
Shantanu Dutta 6 years ago
parent 890a377ce7
commit b878875234

@ -5,11 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bin2Dec Converter</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form id="form" novalidate>
<div class="form-field">
<input type="text" required>
<div class="error-message hidden"></div>
</div>
<button type="submit">Convert to Decimal</button>
</form>

Loading…
Cancel
Save