Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
Change the background image as the PCLUB logo and center the background image.
  • Loading branch information
ashwani99 committed Sep 30, 2017
1 parent c5bb14f commit a90a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

</head>
<body style="background-image: url({% static 'images/background.jpg' %});background-size:cover;">
<body style="background: url({% static 'images/pclub.jpg' %}) no-repeat center center fixed; background-size:cover;">

<nav class="navbar navbar-inverse">
<div class="container-fluid">
Expand Down

0 comments on commit a90a768

Please sign in to comment.