Browse Source

přidání html css jpg

master
David Kučera 5 years ago
commit
63e799f06a
  1. 4
      custom.css
  2. 13
      index.html
  3. BIN
      kitten.jpg

4
custom.css

@ -0,0 +1,4 @@
body {
background-image: url(kitten.jpg);
background-size: cover;
}

13
index.html

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="custom.css">
<title>Document</title>
</head>
<body>
</body>
</html>

BIN
kitten.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Loading…
Cancel
Save