UNPKG

marble

Version:

WeDeploy's style guide and UI components

25 lines (22 loc) 542 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo: Forms inverse accent</title> <link rel="stylesheet" href="../build/marble.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:700,400,300|Open+Sans:700,400,300"> <style> body { margin: 24px auto; width: 480px; } </style> </head> <body class="accent-bg"> <form> <div class="form-group"> <input class="form-control input-inverse-accent" type="text" placeholder="Your email address"> </div> </form> </body> </html>