Ignore:
Timestamp:
02/16/23 13:45:55 (17 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
50f2c2a
Parents:
a762b3a (diff), da44aef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge login and register into branch

File:
1 edited

Legend:

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

    ra762b3a r59a8941  
    5353<style>
    5454  body{
    55     color: darkslategray;
     55    color: #212121;
    5656  }
    5757  form{
    58     background-color: bisque;
     58    background-color: lightgray;
    5959    text-align: center;
    6060    padding: 20px;
    6161    border-radius: 20px;
    6262    width: 60%;
     63    margin-left: 300px;
    6364  }
    6465  body{
     
    6667  }
    6768  #button{
    68     background-color: cadetblue;
     69    background-color: #212121;
    6970    color: azure;
    7071    border: none;
Note: See TracChangeset for help on using the changeset viewer.