Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.28 KB | None | 0 0
  1. {% extends "gallery/base.html" %}
  2. {% load static %}
  3. {% block content %}
  4.     <!DOCTYPE html>
  5.     <html>
  6.     <head>
  7.       <link rel="stylesheet" type="text/css" href="{% static 'gallery/main.css' %}">
  8.     </head>
  9.  
  10.     <body style="background-color:#000080;">
  11.  
  12. <!--      <div>-->
  13. <!--        <h2><font color="white" class="main-message"> Share Your Creations </font></h2>-->
  14. <!--      </div>-->
  15.  
  16.  
  17.       <center><h2 class="Title"><font color="white">TopCode</font></h2></center>
  18.  
  19.  
  20.       <div class="col text-center">
  21.           <button type="button" class="btn btn-light">Start coding today!</button>
  22.       </div>
  23.  
  24.  
  25.       <div class="description-message">
  26.         <h4><font color="white">An online platform for programming!</font></h4>
  27.       </div>
  28.  
  29.  
  30.         <div class="btn-group" role="group" aria-label="Other Links">
  31.              <button type="button" class="btn btn-secondary">About</button>
  32.              <button type="button" class="btn btn-secondary">Rankings</button>
  33.              <button type="button" class="btn btn-secondary">Learn</button>
  34.              <button type="button" class="btn btn-secondary">Forum</button>
  35.              <button type="button" class="btn btn-secondary">Guidelines</button>
  36.         </div>
  37.  
  38.  
  39.  
  40.     </body>
  41.   </html>
  42. {% endblock content %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement