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

Further work on landmark list styling

parent 47f881c4
Branches
No related tags found
1 merge request!5Resolve "As a user I want to be able to see a list of specific landmarks so I can decide where to go next on the trail"
<!DOCTYPE html>
<html lang="en">
<style>
*{
background-color: #36454F;
color: white;
}
.explore{
color:deeppink;
}
.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 black;
border: 2px solid white;
grid-area: checklistFlexbox;
......@@ -24,11 +47,15 @@
}
#checkList{
}
.landmarkProgress{
text-align: center;
font-size: larger; /*vw changes with browser size*/
color: yellow;
}
}
/*block types denote whether a user has unlocked the respective landmark*/
#block1{
......@@ -90,7 +117,12 @@
<section name="BadgeStickerProgress"> Sticker Pictures and stuff go here</section>
<h2 id="landmarkTitle">Caerphilly Landmark Progress:</h2>
<div id="checklistFlexbox">
<h2>Caerphilly Landmark Progress:</h2>
<div><h2 >Badge Progress:</h2>
<div class="landmarkProgress"> <b class="landmarkProgress">2/5</b> </div>
<br>
<div class="landmarkProgress">
<b class="landmarkProgress" >3 to Go!!</b></div></p>
</div>
<li id="checkList">
<ul><div id="block1"> </div></ul>
<ul><div id="block2"> </div></ul>
......@@ -103,11 +135,16 @@
</li>
<li name="landmarkList"id="landmarkList">
<ul>Landmark 1 - <a href="../test.html">Explore!</a></ul>
<ul>Landmark 2 - Explore!</ul>
<ul>Landmark 2 - Explore!</ul>
<ul>Landmark 2 - Explore!</ul>
<ul>Landmark 2 - Explore!</ul>
<ul><span class="shopping">Landmark 1 </span>
<span class="explore">- <a href="../test.html">Explore!</a></span></ul>
<ul><span class="services">Landmark 2 </span>
<span class="explore">- Explore!</span></ul>
<ul><span class="activities">Landmark 3 </span>
<span class="explore">- Explore!</span></ul>
<ul><span class="shopping">Landmark 4 </span>
<span class="explore">- Explore!</span></ul>
<ul><span class="fnd">Landmark 5 </span>
<span class="explore">- Explore!</span></ul>
</li>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment