-
Connor Brock authored
Set up landing page for Dragons Tale, intergrated Thymeleaf and related controllers. Applied simple CSS and JS button to redirect to a new URL. Need to set up a controller to support this redirect.
Connor Brock authoredSet up landing page for Dragons Tale, intergrated Thymeleaf and related controllers. Applied simple CSS and JS button to redirect to a new URL. Need to set up a controller to support this redirect.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dragonstaless.css 346 B
.centre{
display: flex;
flex-direction: column;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 50%;
background-color: #927BB7;
}
.landmarkName{
font-weight: bold;
text-align: left;
}
.landmarkDesc{
font-style: italic;
text-align: left;
}
body{
background-color: #E8A87C;
}