spring2885 / frontend

FrontEnd for Spring2885
0 stars 0 forks source link

Newsfeed page: implement contextual classes in Bootstrap panels #328

Open chrismcafee opened 7 years ago

chrismcafee commented 7 years ago

Read more here: https://www.w3schools.com/Bootstrap/bootstrap_panels.asp This will eliminate the need for excessive nested rows.

chrismcafee commented 7 years ago

As the most basic sample snippet:

<div class="panel panel-default">
    <div class="panel-heading">Panel Heading</div>
    <div class="panel-body">Panel Content</div>
    <div class="panel-footer">Panel Footer</div>
</div>