From f71f914a652a8d6faca949604aa98f1e3453ddbe Mon Sep 17 00:00:00 2001 From: alena Date: Sun, 1 Mar 2026 17:10:03 +0300 Subject: [PATCH] section_news --- about.html | 2 +- contacts.html | 2 +- images/Lupa.png | Bin 0 -> 342 bytes index.html | 2 +- news.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++++ portfolio.html | 2 +- style.css | 44 +++++++++++++++++++++++++ 7 files changed, 132 insertions(+), 4 deletions(-) create mode 100644 images/Lupa.png create mode 100644 news.html 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 0000000000000000000000000000000000000000..b1a8b07cbe3a4b5b3a0823c37bb3896e457b0083 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^{2``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&eBK3|DzL`iUdT1k0gQ7VI5W_oVoyp7Y6fif38 zT^vIy80Q9E`nsLqFBuqY>dzNpkg$^BrL*Y#R2OZjrkkczTc5wI_2*YrZf8URtQD8#xCzM zb)EY1oVdgRXPq6w=NB^!14EMJ|ItJ}K4*Zfg{`XDP hZF}wxy>|y{7`DBBE30w*ksr`=44$rjF6*2UngC&ife!!x literal 0 HcmV?d00001 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 {