section_news

This commit is contained in:
2026-03-01 17:10:03 +03:00
parent 98e9ee1d5d
commit f71f914a65
7 changed files with 132 additions and 4 deletions

View File

@@ -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 {