Skip to content
Snippets Groups Projects
Select Git revision
  • f38bc6ddc6d3c9f5f9f5d016194e930a3ce46d73
  • development default protected
  • 26-link-booking-page-to-server-and-database
  • As-a-user-I-want-to-view-information-of-all-locations-available
  • 26-link-booking-page-to-server-and-database-2
  • 26-link-booking-page-to-server-and-database-3
  • 26-link-booking-page-to-server-and-database-4
  • 28-fixing-bugs-and-issues
  • 2-as-a-user-i-want-to-be-authorized-if-i-am-a-member
  • 25-adding-a-basic-locations-template-route
  • 14-as-a-user-i-want-to-view-a-list-of-all-locations-available
  • 23-as-a-user-i-want-to-view-information-of-all-locations-available
  • page-for-all-workingSpaces
  • 24-hotfix-development-directory
  • 13-as-a-moderator-i-want-to-be-able-to-amend-and-remove-existing-locations-spaces-features
  • 7-as-a-user-i-want-to-see-all-of-the-working-spaces-available
  • 22-hotfix-templating-directory
  • 15-as-a-user-i-want-to-find-out-what-tramshed-is-so-that-i-can-access-their-working-spaces
  • 3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
  • 7-as-a-user-i-want-to-see-all-of-the-working-spaces-available-2
  • 16-as-a-user-i-want-to-be-able-to-find-information-about-tramshed-on-a-webpage-2
21 results

Locations.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    caerphilly.html 7.61 KiB
    <!DOCTYPE html>
    <html lang="en">
    <style>
        body{
            background-color: #36454F;
            color: white;
        }
        .explore{
    
            color: deeppink;
    
    
        }
         a:link{
    
            color: red;
    
    
        }
    
         .explore:visited{
             color:purple;
         }
    
         .explore:hover{
             color:plum;
         }
    
        .fnd{
            color: dodgerblue;
    
        }
        .shopping{
            color: orangered;
    
        }
        .activities{
            color: rebeccapurple;
    
        }
        .services{
            color: darkseagreen;
    
        }
        .checklistFlexbox{
            flex-direction: row;
            display: inline-flex;
            /*justify-content: space-between;*/
            flex-wrap: wrap;
            text-align: left;
            border: 2px solid white;
            grid-area: checklistFlexbox;
    
    
        }
        .landmarkList{
            padding-right: 15px;
    
            /*border: 2px solid black;*/
    
    
    
    
        }
    
        .landmarkProgress{
            text-align: center;
            font-size: larger; /*vw changes with browser size*/
            color: yellow;
        }