diff --git a/index.css b/index.css index cfea2f4..c9050b4 100644 --- a/index.css +++ b/index.css @@ -1,61 +1,62 @@ body { - margin-right: 200px; - margin-left: 200px; -} - -article { - margin-left: 0; - margin-right: 0; -} - -.header p { - padding-top: 1px; - padding-bottom: 1px; + margin: 0; } -.picture { - background-position: fixed; - height: 100vh; - background-size: cover; - background-attachment: fixed; - background-image: url(img/fd1.jpg); -} - -.text { - background-color: lightgray; - height: 35vh; - padding: 5px; - text-align: justify; - display: flex; - -} - -.video { - width: 560px; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 10px; - padding-right: 10px; - background-color: lightgrey; -} +.wrapper { + margin-right: 200px; + margin-left: 200px; + } + .header p { + padding-top: 1px; + padding-bottom: 1px; + } + + .picture { + background-position: fixed; + height: 100vh; + background-size: cover; + background-attachment: fixed; + background-image: url(img/fd1.jpg); + } + + .text { + background-color: lightgray; + height: 35vh; + padding: 5px; + text-align: justify; + display: flex; + + } + + .video { + width: 560px; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 10px; + padding-right: 10px; + background-color: lightgrey; + } + + .text2 { + background-color: white; + height: 110vh; + text-align: justify; + padding: 10px; + } + + .text3 { + margin-left: 500px; + margin-right: 500px; + padding-top: 20px; + font-size: 20px; + } + + .text3 p:first-letter { + font-size: 35px; + } -.text2 { - background-color: white; - height: 110vh; - text-align: justify; - padding: 10px; -} -.text3 { - margin-left: 500px; - margin-right: 500px; - padding-top: 20px; - font-size: 20px; -} -.text3 p:first-letter { - font-size: 35px; -} .paticka { background-color: grey; diff --git a/index.html b/index.html index 378220b..f6a76c3 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
- +Foundation
Isaac Assimov
@@ -32,13 +32,13 @@