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

more

parent 0a98c464
No preview for this file type
...@@ -40,5 +40,10 @@ ...@@ -40,5 +40,10 @@
</div> </div>
</div> </div>
</div> </div>
<form>
<input type="button" value="Back to main page"
onclick = "window.open('main.html');" />
</form>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -53,26 +53,33 @@ p.welcome{ ...@@ -53,26 +53,33 @@ p.welcome{
color: #000; color: #000;
font-size: 15px; font-size: 15px;
padding-top: 20px; padding-top: 20px;
padding-bottom: 50px;
} }
img.owlimg{ img.owlimg{
padding: 50px; padding: 50px;
width: 600px; width: 600px;
height: 300px; height: 300px;
float: left; float: left;
border: 5px solid rgb(0, 0, 0);
} }
p.imgtext{ p.imgtext{
padding: 50px; padding: 50px;
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
color: black; color: black;
float: left; float: left;
padding-left: 0px; padding-left: 20px;
} }
div.container { div.container {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center justify-content: center
} }
img.mainimg{
border: 5px solid rgb(0, 0, 0);
padding: 10px;
width: 600px;
height: 300px;
float: left;
}
/*gallery page*/ /*gallery page*/
p.galleryintro{ p.galleryintro{
......
...@@ -24,12 +24,13 @@ ...@@ -24,12 +24,13 @@
Welcome to the Overwatch League website, please look around and follow OWL on social media Welcome to the Overwatch League website, please look around and follow OWL on social media
</div> </div>
<div class="container"> <div class="container">
<img src="pics/owl.jpg" class="owlimg" alt="OWL"> <img src="pics/owl.jpg" class="mainimg" alt="OWL">
<p class="imgtext"> <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 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 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. the live tournaments first hand.
</p> </p>
</div> </div>
</body> </body>
</html> </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