diff --git a/img/fd1.jpg b/img/fd1.jpg new file mode 100644 index 0000000..238c334 Binary files /dev/null and b/img/fd1.jpg differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..002e52b --- /dev/null +++ b/index.css @@ -0,0 +1,32 @@ +body { + margin-right: 200px; + margin-left: 200px; +} + +.header h1 { + font-size: 40px; +} + +.picture { + background-position: fixed; + height: 100vh; + background-size: cover; + background-attachment: fixed; + background-image: url(img/fd1.jpg); +} + +.text { + background-color: gray; + height: 100vh; + padding: 10px; +} + +.video { + padding-top: 10px; + padding-bottom: 10px; + padding-left: 10px; + padding-right: 10px; + display: flex; + background-color: lightgrey; +} + diff --git a/index.html b/index.html new file mode 100644 index 0000000..5340f01 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + +
+ + + +