Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/templates/login.html

    rda44aef rf0232fb  
    5353<style>
    5454  body{
    55     color: #212121;
     55    color: darkslategray;
    5656  }
    5757  form{
    58     background-color: lightgray;
     58    background-color: bisque;
    5959    text-align: center;
    6060    padding: 20px;
    6161    border-radius: 20px;
    6262    width: 60%;
    63     margin-left: 300px;
    6463  }
    6564  body{
     
    6766  }
    6867  #button{
    69     background-color: #212121;
     68    background-color: cadetblue;
    7069    color: azure;
    7170    border: none;
Note: See TracChangeset for help on using the changeset viewer.