Skip to content
Snippets Groups Projects
Select Git revision
  • 15f288c05b316735eefe48de663b230668269157
  • main default protected
  • Gabes-testing-branch
  • 81-as-a-child-i-want-a-very-flashy-and-modern-looking-webpage-that-will-draw-me-in-and-keep-me
  • locationApporvalFormValidationUpdate
  • 74-as-a-user-i-want-to-see-a-page-of-local-authorities-so-that-i-can-easily-source-contact-details
  • businesses
  • 77-as-a-user-i-want-to-be-able-to-use-the-application-on-any-device-e-g-iphone-ipad-laptop
  • 69-as-a-user-i-would-like-a-town-specific-page-which-shows-all-trails-for-that-town-so-that-i-can
  • 80-as-a-convenience-enthusiast-i-want-a-drop-down-menu-to-be-able-to-quickly-scan-qr-codes-i-find
  • 82-as-a-site-admininstrator-i-want-to-be-able-to-review-submited-trail-checkpoints-by-bussiness
  • 68-as-a-user-i-would-like-to-see-a-map-containing-all-landmarks-for-a-trail-and-a-suggested-path
  • 70-as-a-repeat-trail-visitor-i-want-to-be-able-to-create-an-account-so-i-can-save-and-review-my
  • towns
  • DTFrontEnd
  • 52-as-a-user-i-would-like-to-see-a-map-of-the-landmarks-so-that-i-can-figure-out-where-to-go
  • 73-as-a-qr-scanning-connoisseur-i-want-to-unlock-stickers-after-scanning-a-qr-code-to-feel-a-sense
  • QRCodes
  • consumers
  • foreignkeys
  • cleanup
21 results

gradlew

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    style.css 1.37 KiB
    body{
        background-color: #a9b7c0;
        font-size:  17px;
        font-family: Arial, Helvetica, sans-serif;
        color: #00303f;
        text-align: justify;
    }
    
    div.fourth{
        line-height: 1.6em ;
        margin-left: 30px;
        margin-right: 25px;
    }
    
    section#first{
         background-color:#C7D8C6;
         border: 2px solid gray;
         border-style: inset;
         float: right;
         width: 450px;
         margin-left: 20px;
         margin-bottom: 4px;
         margin-top: 10px;
         padding-left: 20px;
         padding-right: 50px;
         padding-bottom: 10px;
         padding-top: 20px;
    }
    
    h1{
        border-bottom: 2px solid #c7d8c6;
        color: aliceblue;
        background-color: #00303f;
        font-family:"Comic Sans MS",cursive,sans-serif ;
        text-align: center;
    }
    
    h3{
        text-align: center;
    }
    
    section#fifth{
        background-color:#C7D8C6;
        border: 3px solid gray;
        border-style: outset;
        padding: 25px 50px ;
        margin: 30px 40px;
        width: auto;
    }
    
    div.sixth{
        text-align: right;
        margin-right: 40px;
    }
    
    a{
        padding-right: 30px;
        font-size: 19px;
        font-family: Georgia, serif;
        color:#49274A;
        font-style:italic;
    }
    
    figure#two{
        float: left;
        width: 330px;
        height:450px;
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    h2#three{
        font-style:italic;
        font-family: Georgia, serif;
    }
    
    h3#four{
        text-align: left;
    }
    
    figcaption{
        text-align: center;
    }