Browse Source

test

master
Stanislav Platil 4 years ago
parent
commit
83490e8eaf
  1. BIN
      577226-new-cool-backgrounds-images-2560x1440-for-meizu.jpg
  2. 12
      index.html
  3. 4
      style.css

BIN
577226-new-cool-backgrounds-images-2560x1440-for-meizu.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

12
index.html

@ -0,0 +1,12 @@
<!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="style.css">
<title>Document</title>
</head>
<body>
</body>
</html>

4
style.css

@ -0,0 +1,4 @@
body {
background-image: url("577226-new-cool-backgrounds-images-2560x1440-for-meizu.jpg");
background-color: #cccccc;
}
Loading…
Cancel
Save