Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webisite
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
stephanie.smith
webisite
Commits
b8e9f7e6
Commit
b8e9f7e6
authored
May 18, 2022
by
stephanie.smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more
parent
0a98c464
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
.DS_Store
.DS_Store
+0
-0
login.html
login.html
+5
-0
main.css
main.css
+9
-2
main.html
main.html
+2
-1
No files found.
.DS_Store
View file @
b8e9f7e6
No preview for this file type
login.html
View file @
b8e9f7e6
...
@@ -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
main.css
View file @
b8e9f7e6
...
@@ -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
:
2
0px
;
}
}
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
{
...
...
main.html
View file @
b8e9f7e6
...
@@ -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=
"
owl
img"
alt=
"OWL"
>
<img
src=
"pics/owl.jpg"
class=
"
main
img"
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment