Skip to content

Commit

Permalink
another change
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieberdink committed Jun 7, 2018
1 parent 42f9e6c commit 2fc13bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
body {
background-color: black;
background-image: url(../images/gringotts.jpg);
background-color: transparent !important;
background-position: center;
background-size: cover;
width: 800px;
background-repeat: no-repeat;
width:1200px;
max-width: 100%;
}

.container {
background-image: url(../images/gringotts.jpg);
color: rgb(240, 229, 82);
font-family: 'Arbutus Slab', serif;
text-align: center;
Expand Down

0 comments on commit 2fc13bd

Please sign in to comment.