[TIL] 220211

Lee Syong·2022년 2ė›” 11ėž
0

TIL

ëŠĐ록 ëģīęļ°
176/204
post-thumbnail

📝 ė˜Ī늘 한 ęēƒ

  1. scss practice

📚 ë°°ėšī ęēƒ

프로토타ėž… & í•īė‹œ 테ėīëļ”ė€ ė› ë…ļíŠļė— 따로 ė •ëĶŽ (ė°ļęģ )

1. scss practice

(1) section ë‚īëķ€ė˜ ęģ ė • header ėˆ˜ė •

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;
  }
}

(2) flex → grid

body {
display: grid;
grid-template-columns: minmax(min-content, 40%) 60%;
grid-template-rows: auto;
}


âœĻ ë‚īėž 할 ęēƒ

  1. ė •ëĶŽ 및 ëĶŽë·°
profile
ëŠĨ동ė ėœžëĄœ ė‚īėž, 행ëģĩ하ęēŒðŸ˜

0개ė˜ 댓ęļ€