section_news
This commit is contained in:
100
style.css
100
style.css
@@ -689,12 +689,112 @@ textarea {
|
||||
border-radius: 10px;
|
||||
z-index: 0;
|
||||
background-color: #1C140F;
|
||||
color: #fff;
|
||||
line-height: 1.8;
|
||||
}
|
||||
.input_news input {
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
/* -------------------------------------NEWS-CONTENT------------------------------------- */
|
||||
|
||||
.news {
|
||||
}
|
||||
.container {
|
||||
}
|
||||
.news_separation {
|
||||
display: flex;
|
||||
gap: 80px;
|
||||
}
|
||||
.news_left {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
.news_post {
|
||||
}
|
||||
.news_image {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
.news_content {
|
||||
}
|
||||
.news_title {
|
||||
font-size: 16px;
|
||||
line-height: 1.8;
|
||||
padding: 15px 40px;
|
||||
background-color: #2351F5;
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.news_time {
|
||||
display: inline;
|
||||
}
|
||||
.news_h1 {
|
||||
line-height: 1.5;
|
||||
}
|
||||
.news_p {
|
||||
font-weight: 100;
|
||||
line-height: 1.8;
|
||||
}
|
||||
.news_line {
|
||||
border-top: 0.1px solid rgba(255, 255, 255, 0.7);
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
.news_right {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
.news_items {
|
||||
}
|
||||
.news_item {
|
||||
display: flex;
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
.news_item_img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.news_cont {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding: 30px 0px 30px 30px;
|
||||
}
|
||||
.news_cont_title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.news_item_h4 {
|
||||
padding: 15px 20px;
|
||||
background-color: #FF8484;
|
||||
}
|
||||
.news_item_time {
|
||||
font-size: 14px;
|
||||
}
|
||||
.news_item_h2 {
|
||||
font-size: 23px;
|
||||
font-weight: 500;
|
||||
line-height: 1.8;
|
||||
}
|
||||
.news_item_h4_2 {
|
||||
background-color: #2351F5;
|
||||
}
|
||||
.news_item_h4_3 {
|
||||
background-color: #FF7C32;
|
||||
}
|
||||
.news_item_h4_4 {
|
||||
background-color: #2351F5;
|
||||
}
|
||||
.news_item_h4_5 {
|
||||
background-color: #23A54F;
|
||||
}
|
||||
.news_item_h4_6 {
|
||||
background-color: #2351F5;
|
||||
}
|
||||
.news_item_h4_7 {
|
||||
background-color: #9921C3;
|
||||
}
|
||||
|
||||
/* -----------------------------------FOOTER------------------------------------------ */
|
||||
|
||||
.footer {
|
||||
|
||||
Reference in New Issue
Block a user