Skip to content
Snippets Groups Projects
Commit 57571dde authored by Rhys Evans's avatar Rhys Evans
Browse files

Added banners to Risca and Penarth towns wihtin the layout, webpage links not...

Added banners to Risca and Penarth towns wihtin the layout, webpage links not added,a s only Caerffiily is being worked on for client meeting
parent d8b2351b
No related branches found
No related tags found
1 merge request!17Resolve "As a user I want to be able to have the homepage being very intuitive and easy to navigate"
src/main/resources/static/images/PenarthBanner.jpg

263 KiB

src/main/resources/static/images/RiscaBanner.jpg

110 KiB

......@@ -57,6 +57,7 @@
/* #caerUrl{*/
grid-area:townBannerC;
background-image: url('/images/CaerphillyCastle.jpg');
/*// from cadw*/
background-size: 850px 200px;
background-repeat: no-repeat;
background-position: left 35%;
......@@ -65,6 +66,35 @@
/*filter: grayscale(30%);*/
}
/*!*https://www.stayinwales.co.uk/wales_picture.cfm?p=4454*! Risca img*/
.riscaBanner {
/* #caerUrl{*/
grid-area: townBannerR;
background-image: url('/images/RiscaBanner.jpg');
background-size: 850px 200px;
background-repeat: no-repeat;
background-position: left 65%;
color: inherit;
text-decoration: none;
}
.penarthBanner {
/* #caerUrl{*/
grid-area: townBannerP;
background-image: url('/images/PenarthBanner.jpg');
background-size: 850px 200px;
background-repeat: no-repeat;
background-position: left 78%;
color: inherit;
text-decoration: none;
}
/*body{*/
/* background-image: url('CaerphillyCastle.jpg');*/
/*}*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment