forked from External/greenlight
work on frontend
This commit is contained in:
11
app/views/shared/_features.html.erb
Normal file
11
app/views/shared/_features.html.erb
Normal file
@ -0,0 +1,11 @@
|
||||
<h1 class="text-center text-primary">Features</h1>
|
||||
<hr class="small-rule">
|
||||
|
||||
<div class="row text-center">
|
||||
<div class="col-6">
|
||||
<h1>Feature One</h1>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<h1>Feature Two</h1>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user