diff --git a/about.html b/about.html index e31b5fd..df46571 100644 --- a/about.html +++ b/about.html @@ -39,6 +39,7 @@

Lorem ipsum dolor sit amet consectetur adipisicing elit. Odit aut veritatis, eaque commodi dolor ex doloremque saepe dolore, at porro error ut atque assumenda iusto aspernatur vel distinctio minima quo a officia vitae placeat voluptatibus. Totam, ipsam quas, non dolores et rem impedit, veniam alias ut aliquid explicabo sapiente, perspiciatis doloribus id at adipisci. Asperiores laudantium unde a illum dolore recusandae! Officia ducimus, nihil excepturi consequuntur labore ipsa provident error sunt, vitae ut eius corporis itaque illum cum veritatis iusto consequatur accusamus delectus aspernatur explicabo tempora facere incidunt. Adipisci harum nemo omnis reiciendis ad vitae, perferendis blanditiis quaerat, quis delectus dolorem distinctio officia quas veritatis ducimus? Quae distinctio consequatur est quo a porro incidunt maxime placeat. Mollitia soluta dolorum placeat optio voluptate fuga, sint ipsum dolores perferendis exercitationem architecto ab deserunt facere inventore doloribus provident iusto. Dolores, nostrum fugit a numquam ipsam reprehenderit sint, perspiciatis tenetur reiciendis, dolor suscipit sapiente.

+ diff --git a/index.html b/index.html index 09074f1..1bc74d0 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ About Us Download Contact - News + News ### ### diff --git a/logo.svg b/logo.svg index c0566f8..94d5a0c 100644 --- a/logo.svg +++ b/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/news.html b/news.html new file mode 100644 index 0000000..be1dad9 --- /dev/null +++ b/news.html @@ -0,0 +1,39 @@ + + + + + + + The App + + + + + + +
+ +
+
+ + +
+
+ 123 +
+
+
+
+
+ \ No newline at end of file diff --git a/style.css b/style.css index 1d465c9..4b3f299 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body,a,p,h1,h2,h3,h5{padding: 0; margin: 0} body{ background-color: #000; /*Цвет фона всей страницы*/ - color:#fff; /*Цвет текста всей страницы*/ + color:#eee; /*Цвет текста всей страницы*/ } .geist-mono-all{ font-family: "Geist Mono", monospace; @@ -28,8 +28,8 @@ p, a, ul, li{ /*КНОПКИ НА ГЛАВНОЙ СТРАНИЦЕ*/ .nav_butt_1:link, .nav_butt_1:visited { box-sizing: content-box; - border: solid #fff 1px; /*Цвет рамки кнопки*/ - color: #fff; /*Цвет текста кнопки*/ + border: solid #eee 1px; /*Цвет рамки кнопки*/ + color: #eee; /*Цвет текста кнопки*/ text-align: center; text-decoration: none; display: inline-block; @@ -39,15 +39,15 @@ p, a, ul, li{ margin-top: 10px; } .nav_butt_1:hover, .nav_butt_1:active { - background-color: #fff;/*цвет кнопки при наведении*/ + background-color: #eee;/*цвет кнопки при наведении*/ color: #000; /*цвет текста кнопки при наведении*/ } /*КНОПКИ НА СТРАНИЦАХ С БОКОВЫМ НАВИГАТОРОМ*/ .nav_butt_2:link, .nav_butt_2:visited { box-sizing: content-box; - border: solid #fff 1px; /*Цвет рамки кнопки*/ - color: #fff; /*Цвет текста кнопки*/ + border: solid #eee 1px; /*Цвет рамки кнопки*/ + color: #eee; /*Цвет текста кнопки*/ text-align: center; text-decoration: none; display: inline-block; @@ -58,7 +58,7 @@ p, a, ul, li{ margin-top: 10px; } .nav_butt_2:hover, .nav_butt_2:active { - background-color: #fff;/*цвет кнопки при наведении*/ + background-color: #eee;/*цвет кнопки при наведении*/ color: #000; /*цвет текста кнопки при наведении*/ } /*КНОПКИ КОНТЕНТА*/ @@ -71,7 +71,7 @@ p, a, ul, li{ display: inline-block; } .content_butt:hover, .content_butt:active { - background-color: #fff;/*цвет кнопки при наведении*/ + background-color: #eee;/*цвет кнопки при наведении*/ color: #000; /*цвет текста кнопки при наведении*/ } @@ -111,7 +111,7 @@ p, a, ul, li{ } .nav_box{ height: 100vh; - border-right: solid 1px #fff; + border-right: solid 1px #eee; width: 20%; position: fixed; padding-top: 10vh; @@ -138,6 +138,12 @@ p, a, ul, li{ } - +/*новости и посты*/ +.post_box{ + + width: 90%; + padding-bottom: 10px; + border: solid 1px #eee; +}