Commit 0bf5d191190c31783f1e2be576ec1766be152381

Authored by Kevin Mach
1 parent 653572099c

updated login page

Showing 2 changed files with 9 additions and 1 deletions Side-by-side Diff

styles/flashy.css View file @ 0bf5d19
... ... @@ -283,4 +283,10 @@
283 283 /*#sidenav-overlay {
284 284 background-color: rgba(0, 0, 0, 0) !important;
285 285 }*/
  286 +
  287 +
  288 +h3{
  289 + text-align: center;
  290 + color: #654193;
  291 +}
templates/login.html View file @ 0bf5d19
  1 +<h3>Create and share flashcards in real time!</h3>
  2 +
1 3 <div class="" style="margin-top:32px;">
2 4 <div class="row" style="max-width:512px; width:50%; min-width:256px; margin: 0 auto">
3 5 <ul class="tabs">
4   - <li class="tab col s6"><a href="#register-tab">Sign Up</a></li>
5 6 <li class="tab col s6"><a class="active" href="#login-tab">Login</a></li>
  7 + <li class="tab col s6"><a href="#register-tab">Sign Up</a></li>
6 8 </ul>
7 9 <div class="card">
8 10 <!--LOGIN TAB-->