FOD_hello_world

by michapixel

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script>
<div class="container"><
    <button class="btn">Close</button>
</div>

CSS

h1 {
    color: #f00;
}