Advertisement
BigBadGoat

BLAEO_header

Dec 21st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.69 KB | None | 0 0
  1. <div class="panel panel-default"  style="border-radius: 20px">
  2.   <div class="panel-heading" align="center" vertical-align="middle" style="border-radius: 20px 20px 0px 0px; border-bottom: 0px; color: white; background-color: #32384D;" >
  3.  
  4.   <h1 style="margin-bottom: 0;">Goat Beats Backlog: First Blood</h1>
  5.   <p style="margin-bottom: 0; font-size: 0.8em;">ISSUE 1 (Dec 2016)</p>
  6.    
  7. </div>
  8.  
  9.   <div class="panel-body" style="padding: 0px;"  >
  10.   <div class="btn-group btn-group-justified " data-toggle="buttons" >
  11.   <label class="btn btn-primary active btn-lg" data-toggle="tab" data-target="#BBGgame1" style="border-radius: 0px 0px 0px 20px; font-size: 0.9em; font-weight: bold; border-top: 4px solid #ffffff;">
  12.     <input type="radio" name="options" id="option1" autocomplete="off" checked> Tab1
  13.   </label>
  14.  <label class="btn btn-primary btn-lg" data-toggle="tab" data-target="#BBGgame2" style="font-size: 0.9em; font-weight: bold; border-radius: 0px; border-top: 4px solid #5bc0de;">
  15.     <input type="radio" name="options" id="option2" autocomplete="off"> Tab2
  16.   </label>
  17.  <label class="btn btn-primary btn-lg" data-toggle="tab" data-target="#BBGgame3" style="font-size: 0.9em; font-weight: bold; border-radius: 0px; border-top: 4px solid #5cb85c;">
  18.     <input type="radio" name="options" id="option3" autocomplete="off"> Tab3
  19.   </label>
  20.  <label class="btn btn-primary btn-lg" data-toggle="tab" data-target="#BBGgame4" style="border-radius: 0px 0px 20px 0px; font-size: 0.9em; font-weight: bold; border-top: 4px solid #5cb85c;">
  21.     <input type="radio" name="options" id="option4" autocomplete="off"> Tab4
  22.   </label>
  23.  
  24.  
  25. </div>
  26. </div>
  27. </div>
  28.  
  29. <!-- HEADER ENDS HERE -->
  30.  
  31.   <div class="tab-content">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement