diff --git a/examples/photo-wallpaper/index.html b/examples/photo-wallpaper/index.html index 00a2e4d..c4ac2ed 100644 --- a/examples/photo-wallpaper/index.html +++ b/examples/photo-wallpaper/index.html @@ -1,9 +1,14 @@ + + + - +
+ +
@@ -11,6 +16,7 @@ diff --git a/examples/photo-wallpaper/style.css b/examples/photo-wallpaper/style.css new file mode 100644 index 0000000..a5471e0 --- /dev/null +++ b/examples/photo-wallpaper/style.css @@ -0,0 +1,4 @@ +#wrapper { + width: 100%; + height: 600px; +} \ No newline at end of file