Commit b8e9f7e6 authored by stephanie.smith's avatar stephanie.smith

more

parent 0a98c464
No preview for this file type
......@@ -40,5 +40,10 @@
</div>
</div>
</div>
<form>
<input type="button" value="Back to main page"
onclick = "window.open('main.html');" />
</form>
</body>
</html>
\ No newline at end of file
......@@ -53,26 +53,33 @@ p.welcome{
color: #000;
font-size: 15px;
padding-top: 20px;
padding-bottom: 50px;
}
img.owlimg{
padding: 50px;
width: 600px;
height: 300px;
float: left;
border: 5px solid rgb(0, 0, 0);
}
p.imgtext{
padding: 50px;
font-family: 'Courier New', Courier, monospace;
color: black;
float: left;
padding-left: 0px;
padding-left: 20px;
}
div.container {
display: flex;
align-items: center;
justify-content: center
}
img.mainimg{
border: 5px solid rgb(0, 0, 0);
padding: 10px;
width: 600px;
height: 300px;
float: left;
}
/*gallery page*/
p.galleryintro{
......
......@@ -24,12 +24,13 @@
Welcome to the Overwatch League website, please look around and follow OWL on social media
</div>
<div class="container">
<img src="pics/owl.jpg" class="owlimg" alt="OWL">
<img src="pics/owl.jpg" class="mainimg" alt="OWL">
<p class="imgtext">
Welcome to Overwatch League. This is a gaming league where teams take part in tournaments to battle games out to determine who will be the
season winner. There is a new season every year with multiple fixtures set throughout so make sure you book yourself a ticket to experience
the live tournaments first hand.
</p>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment