https://besthorrorscenes.com/ íīëĄ ė―ëĐ
.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
.grid-item {
grid-column: 2 / -1;
display: flex;
flex-direction: column;
line-height: 1.5;
.rating {
align-self: end;
margin-top: 40px;
font-weight: bold;
color: $color-dark-red;
}
}
}
.articles {
margin-top: 100px; /* main contentė ė ëķëķėī ęģ ė headerė ę°ëĶŽė§ ėëëĄ */
background-color: $color-red;
.articles-header__fixed {
position: fixed;
width: 100%;
height: 20px;
top: 0;
padding: 40px;
border-bottom: 1px solid $color-grey;
background-color: inherit;
}
}
dist íīëëĨž gitignore íėžė ėķę°íëĪ.
ę·ļë°ë° ė ėĐėī ėëžė íīęē° ë°Đëēė ė°ūėëīĪëĪ.
$ git rm -r --cached .
$ git add .
$ git commit -m "ėšė ėė "
mainė sectionėžëĄ ėė íëĪ.
section ėė ë ëĪëĨļ sectionęģž footerëĨž ë§ëĪėëĪ.
<section class="articles">
<header class="articles-header__fixed">
Currently viewing everything sorted by random .
</header>
<section class="articles-list"> <!-- main ëė sectionėžëĄ ėė -->
<article>
<div>
<h2 class="article-title">The Oranges (2007)</h2>
<span class="article-director">Directed by J.A. Bayona</span>
</div>
<img
src="https://images2.minutemediacdn.com/image/upload/c_crop,h_2450,w_4368,x_0,y_165/v1562080363/shape/mentalfloss/29942-gettyimages-155302141.jpg?itok=45ARGbzy"
alt="orange"
/>
<div class="grid-container">
<div class="grid-item">
<p>
<!-- ėĪëĩ -->
</p>
<span class="rating">My rating: 8/10</span>
</div>
</div>
<div class="comments">
<span>No Comments</span>
<span>Leave a Comment</span>
</div>
</article>
<article>
<!-- ë ëēėĻ° article -->
</article>
</section>
<footer class="articles-footer">
<span class="logo__youtube">Youtube</span>
<span class="logo__twitter">Follow @besthorrorscene</span>
</footer>
</section>
.articles-footer {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 100%;
height: 150px;
background-color: $color-white;
color: $color-white;
.logo__youtube {
background-color: $color-red;
border-radius: 16px;
padding: 10px 20px;
}
.logo__twitter {
background-color: $color-blue;
border-radius: 16px;
padding: 10px 20px;
}
}
ëŽžëĄ @extendëĨž ėŽėĐíėŽ ėė í ė ėëĪ.