Browse Source

G3ZAYLYZTIG

pavlovm503 5 years ago
commit
1933068ec3
2 changed files with 24 additions and 0 deletions
  1. 11 0
      index.html
  2. 13 0
      style.css

+ 11 - 0
index.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="UTF-8">
+	<title>dyrty Павлов Михаил</title>
+	<link rel="stylesheet" href="style.css">
+</head>
+<body>
+	<div class="bg-box"></div>
+</body>
+</html>

+ 13 - 0
style.css

@@ -0,0 +1,13 @@
+body{background:green;width: 100%; height: 100%;position: absolute;top:0;left:0;overflow: auto;}
+
+.bg-box{
+	width: 100%;
+	height: 100%;
+	background:
+		url(https://img2.goodfon.ru/wallpaper/big/0/5b/pole-zelen-trava-dom-derevya.jpg) 50% 50% no-repeat ,
+		url(https://www.freeiconspng.com/uploads/lamp-png-0.png) 0% 0% repeat-x,
+		url(https://www.freeiconspng.com/uploads/grass-png-images-pictures-transparent-28.png) 100% 100% repeat-x ,
+		url(https://avatanplus.com/files/resources/mid/58eb07b830eab15b56162788.png) 100% 100%  repeat-y ,
+		url(https://vignette.wikia.nocookie.net/mashaandthebear/images/e/e0/Ёжик.png/revision/latest?cb=20180209130328&path-prefix=ru) 0% 0% repeat-y ;
+	background-size: 50% 50% , 5% 15%  , 25% 20% , 4% 4% , 4% 6%;
+	}