Skip to content

Latest commit

Β 

History

History
34 lines (23 loc) Β· 665 Bytes

λ³€μˆ˜.md

File metadata and controls

34 lines (23 loc) Β· 665 Bytes

λ³€μˆ˜

JS의 letκ³Ό λ™μΌν•˜κ²Œ μž¬ν• λ‹Ήμ΄ κ°€λŠ₯

$size: 200px;

.container {
  position: fixed;
  top: $size;
  .item {
		width: $size;
    height: $size;
    transform: translateX($size);
    }
}
  • λ³€ν™˜λœ CSS


μœ νš¨λ²”μœ„

  • container μœ—λΆ€λΆ„ μ‚½μž…: 전체 μ˜μ—­μ—μ„œ μ‚¬μš©ν•  수 μžˆλŠ” μ „μ—­ λ³€μˆ˜
  • container λ‚΄λΆ€: λ³€μˆ˜κ°€ μ„ μ–Έλœ μ€‘κ΄„ν˜Έ μ•ˆμ—μ„œλ§Œ μ‚¬μš©

β†’ item μ•ˆμ—μ„œλŠ” $sizeκ°€ 100px둜 μž¬ν• λ‹Ήλ˜μ—ˆκΈ° λ•Œλ¬Έμ— itemλΆ€ν„°λŠ” 100px둜 κ°’ λ³€κ²½