commit 63e799f06a76e022e062b6dab72b7acfa40f4030 Author: David Kučera Date: Fri Dec 11 10:55:04 2020 +0100 přidání html css jpg diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..ba9adb2 --- /dev/null +++ b/custom.css @@ -0,0 +1,4 @@ +body { + background-image: url(kitten.jpg); + background-size: cover; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3d2fe56 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + + Document + + + + + \ No newline at end of file diff --git a/kitten.jpg b/kitten.jpg new file mode 100644 index 0000000..fa2e46b Binary files /dev/null and b/kitten.jpg differ