íëĄí íė
& íīė í
ėīëļė ė ë
ļíļė ë°ëĄ ė ëĶŽ (ė°ļęģ )
headerė ėėđę° ęģ ė ëĻė ë°ëž ę°ëĄ ėĪíŽëĄĪėī ėęēĻė ėĪíŽëĄĪė ėė§ėīëĐī headerë§ ë°ëĄ ë ļë ëŽļė ę° ėėëĪ.
sectionė margin-topė ėė ęģ , section ëīëķ headerė ėĒė° paddingë ėėīëĪ.
positionė ę°ė fixedėė stickyëĄ ėė íëĪ.
fixedë ë·°íŽíļëĨž ęļ°ėĪėžëĄ íīëđ ėëĶŽëĻžíļė ėėđę° ęē°ė ëë ë°ëĐī, stickyë ėĪíŽëĄĪ ëë ę°ėĨ ę°ęđėī ėė ėėëĨž ęļ°ėĪėžëĄ ėėđę° ęē°ė ëëĪ.
.articles {
background-color: $color-red;
.articles-header__fixed {
position: sticky;
top: 0;
width: 100%;
padding: 40px 0;
font-weight: bold;
text-align: center;
border-bottom: 1px solid $color-grey;
background-color: inherit;
color: $color-white;
}
}
body {
display: grid;
grid-template-columns: minmax(min-content, 40%) 60%;
grid-template-rows: auto;
}