diff --git a/about.html b/about.html index 87ba5e8..4d8fbd7 100644 --- a/about.html +++ b/about.html @@ -20,7 +20,7 @@
  • About us
  • Portfolio
  • -
  • News
  • +
  • News
  • Contacts
  • diff --git a/contacts.html b/contacts.html index d894db9..96b00f9 100644 --- a/contacts.html +++ b/contacts.html @@ -19,7 +19,7 @@
  • About us
  • Portfolio
  • -
  • News
  • +
  • News
  • Contacts
  • diff --git a/images/Lupa.png b/images/Lupa.png new file mode 100644 index 0000000..b1a8b07 Binary files /dev/null and b/images/Lupa.png differ diff --git a/index.html b/index.html index 77a1602..2ca22b6 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
  • About us
  • Portfolio
  • -
  • News
  • +
  • News
  • Contacts
  • diff --git a/news.html b/news.html new file mode 100644 index 0000000..fe842e7 --- /dev/null +++ b/news.html @@ -0,0 +1,84 @@ + + + + + + + Figma + + + + + +
    + + +
    + +
    +
    +

    Lorem Ipsum is simply dummy text of the printing and.

    +

    Lorem Ipsum is simply dummy text of the printing and typesetting industry.

    + +
    +
    + + + + + + + \ No newline at end of file diff --git a/portfolio.html b/portfolio.html index 956503c..e0f4c70 100644 --- a/portfolio.html +++ b/portfolio.html @@ -19,7 +19,7 @@
  • About us
  • Portfolio
  • -
  • News
  • +
  • News
  • Contacts
  • diff --git a/style.css b/style.css index 947a12d..1b6cbc1 100644 --- a/style.css +++ b/style.css @@ -651,6 +651,50 @@ textarea { .portfolio_img { } +/* -----------------------------------NEWS-HEADING-------------------------------------- */ + +.container { +} +.news { +} +.news_heading { + text-align: center; + padding: 80px 0; +} +.news_h1 { + font-size: 33px; + font-weight: 700; + padding-bottom: 30px; +} +.news_p { + font-size: 16px; + font-weight: 500; + padding-bottom: 60px; +} +.news_search { +} +.news_img_search { + vertical-align: middle; + position: absolute; + left: 495px; + top: 361px; + z-index: 1; +} +.news_img_search img { + height: 15px; + width: 15px; +} +.input_news { + padding: 10px 45px; + border-radius: 10px; + z-index: 0; + background-color: #1C140F; +} +.input_news input { + position: relative; + +} + /* -----------------------------------FOOTER------------------------------------------ */ .footer {