Skip to content

Commit

Permalink
finalv2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbes committed Jan 23, 2020
1 parent 6f50de4 commit 01a43d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Bye bye Paris</title>
<link rel = "stylesheet" href = "styles.css" />
<title>I love Paris</title>
<link rel = "stylesheet" href = "./styles.css" />
<link href="https://fonts.googleapis.com/css?family=Parisienne&display=swap" rel="stylesheet">
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ h4 {
@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
.wrapper {
animation: sliding-background 40s linear infinite;
background: url("./Ressources/Home\ Page/i4.JPG") no-repeat left / 120%;
background: url("./Ressources/Home Page/i4.JPG") no-repeat left / 120%;
height: 60vh;
text-align: center;
width: 100%;
Expand Down

0 comments on commit 01a43d7

Please sign in to comment.