A Pen by James Nguyen on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="navbar"> | |
<h2 title="title" class="title">RJFlix</h2> | |
<input type="text" placeholder="Search.." class="search"> | |
<div class="searchCol"> | |
<button type="button" class="btn btn-primary sbutton">Search</button> | |
<a href="#" class="form-check-label" for="adSearch">Advanced Search</a> | |
</div> | |
</div> | |
<div class="main"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container-fluid"> | |
<div class="jumbotron"> | |
<h1 class="display-3">Quote Machine</h1> | |
<p class="lead">Click the "New Quote" button to get a new quote</p> | |
<hr class="my-4"> | |
<blockquote class="blockquote"> | |
<p class="mb-0"> | |
<div class="qte">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</div> | |
</p> | |
<footer class="blockquote-footer"> |