Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jmkunnat
206_portfolio
Commits
9c9e70df
Commit
9c9e70df
authored
Apr 03, 2016
by
jmkunnat
Browse files
added images, jumbotron included
parent
f6415057
Pipeline
#2084
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
9c9e70df
...
...
@@ -60,7 +60,7 @@ class LoginHandler(webapp2.RequestHandler):
app
=
webapp2
.
WSGIApplication
([
(
'/login*'
,
LoginHandler
),
#
('/login*', LoginHandler),
(
'/.*'
,
IndexHandler
),
#('/index.html', IndexHandler),
#('/soccer.html', IndexHandler),
...
...
main.pyc
View file @
9c9e70df
No preview for this file type
static/theboys.jpg
0 → 100644
View file @
9c9e70df
162 KB
stylesheets/style.css
View file @
9c9e70df
...
...
@@ -10,12 +10,11 @@ body {
}
header
{
background
:
#7dffd5
;
}
.titler
{
color
:
yellow
;
display
:
in
line
;
/*display: inline;*/
text-decoration
:
under
line
;
}
h1
{
...
...
@@ -26,6 +25,34 @@ h1 {
background-color
:
white
;
}
.jumbotron
{
background-image
:
url('../static/theboys.jpg')
;
height
:
500px
;
-webkit-text-stroke
:
10px
black
;
}
.jumbotron
.container
{
position
:
relative
;
top
:
200px
;
text-align
:
left
;
color
:
white
;
text-shadow
:
2px
2px
black
;
}
@media
only
screen
and
(
max-width
:
500px
)
{
body
{
background-color
:
red
;
}
.jumbotron
{
background-image
:
url('../static/kick.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
}
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