This commit is contained in:
Kacper Maj 2020-12-28 21:01:15 +01:00
parent bc10fccb94
commit d56e7e5544
2 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
<html> <html>
<head> <head>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
<link href="./main.css" rel="stylesheet" /> <link href="./style.css" rel="stylesheet" />
<title>Document</title> <title>Document</title>
</head> </head>
<body> <body>
<div class="background"> <div class="background">
<div id="nav" > <div id="nav" >
<img src="wwf-text.png" alt="text" class="wwf-text"> <img src="images/wwf-text.png" alt="text" class="wwf-text">
<img src="logo-bez-tla.png" alt="logo" class="logo"> <img src="images/logo-bez-tla.png" alt="logo" class="logo">
<button id="create-room" class="centered button-create-room">Stwórz pokój!</button> <button id="create-room" class="centered button-create-room">Stwórz pokój!</button>
</div> </div>
</div> </div>

View File

@ -29,7 +29,7 @@ background-position: center;
left: 0px; left: 0px;
top: 0px; top: 0px;
background-image: url(background-langing-page.png); background-image: url(images/background-langing-page.png);
} }