UNPKG

567 BHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>Demo: Forms inverse accent</title>
6
7 <link rel="stylesheet" href="../build/marble.css">
8 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:700,400,300|Open+Sans:700,400,300">
9
10 <style>
11 body {
12 margin: 24px auto;
13 width: 480px;
14 }
15 </style>
16</head>
17<body class="accent-bg">
18 <form>
19 <div class="form-group">
20 <input class="form-control input-inverse-accent" type="text" placeholder="Your email address">
21 </div>
22 </form>
23</body>
24</html>