Skip to content
Snippets Groups Projects
Commit 36497559 authored by Connor Brock's avatar Connor Brock
Browse files

Adjusted styling

parent 0908005a
No related branches found
No related tags found
1 merge request!18Resolve "As a child, I want an interesting and exciting story based trail with obvious landmarks, so I can follow the trail with ease."
......@@ -12,7 +12,7 @@ public class Trail {
new Trail(2,"Trail2", "This is trail two"),
new Trail(3,"Trail3", "This is trail three"),
new Trail(4,"Trail4", "This is trail four"),
new Trail(5,"Trail5", "EDITING THIS")
new Trail(5,"A Dragon's Tale", "EDITING THIS")
);
int id;
String name;
......
......@@ -8,6 +8,10 @@
background-color: #927BB7;
}
#homeimg.centre{
box-shadow: 100px -100px purple;
}
body{
background-color: #927BB7;
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
<div class="centre">
<h1> Welcome, to a dragon's tale! </h1>
<img th:src="@{/images/trails/dragonstalehome.png}" alt="Image of a dragon">
<img th:src="@{/images/trails/dragonstalehome.png}" alt="Image of a dragon" id="homeimg">
<h2> Discover the mystery of the dragon, track its location and follow it throughout the town of (thymeleaf element) to discover a prize! </h2>
</div>
......
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