Freecodecamp: κ°„λ‹¨ν•œ CSS 문제 .thick-green-border ν΄λž˜μŠ€κ°€ μ§„ν–‰λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. λ‚΄κ°€ 뭘 잘λͺ»ν•˜κ³  있죠?

에 λ§Œλ“  2016λ…„ 07μ›” 01일  Β·  3μ½”λ©˜νŠΈ  Β·  좜처: freeCodeCamp/freeCodeCamp

도전 과제 μš”μ†Œ 주변에 ν…Œλ‘λ¦¬ μΆ”κ°€ 에 λ¬Έμ œκ°€ μžˆμŠ΅λ‹ˆλ‹€.
μ‚¬μš©μž μ—μ΄μ „νŠΈ: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0 .
이 문제λ₯Ό μž¬ν˜„ν•˜λŠ” 방법을 μ„€λͺ…ν•˜κ³  κ°€λŠ₯ν•œ 경우 μŠ€ν¬λ¦°μƒ·μ— λŒ€ν•œ 링크λ₯Ό ν¬ν•¨ν•˜μ‹­μ‹œμ˜€.

λ‚΄ μ½”λ“œ:

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }

  .smaller-image {
    width: 100px;
  }

  .thick-green-border {
    border-width: 10px;
    border-style: solid;
    border-color: green;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<img class="smaller-image" class="thick-green-border"  src="https://bit.ly/fcc-relaxing-cat">

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

κ°€μž₯ μœ μš©ν•œ λŒ“κΈ€

이미지 νƒœκ·Έμ—λŠ” 두 개의 클래슀 속성이 μžˆμ–΄μ„œλŠ” μ•ˆ λ©λ‹ˆλ‹€. μ‹€μ œλ‘œ html μš”μ†Œμ—λŠ” 두 개의 클래슀 속성이 μžˆμ–΄μ„œλŠ” μ•ˆ λ©λ‹ˆλ‹€.
곡백으둜 κ΅¬λΆ„ν•˜μ—¬ html μš”μ†Œμ— μ—¬λŸ¬ 클래슀λ₯Ό μΆ”κ°€ν•©λ‹ˆλ‹€. 예λ₯Ό λ“€μ–΄,

<h2 class="red-text green-border">Heading</h2>

그리고 이 곡간은 도전에 λŒ€ν•œ 도움을 μš”μ²­ν•˜λŠ” 곡간이 μ•„λ‹™λ‹ˆλ‹€. 도움이 ν•„μš”ν•˜λ©΄ FCC ν—¬ν”„λ£Έ 으둜 κ°€μ‹­μ‹œμ˜€.

λͺ¨λ“  3 λŒ“κΈ€

이미지 νƒœκ·Έμ—λŠ” 두 개의 클래슀 속성이 μžˆμ–΄μ„œλŠ” μ•ˆ λ©λ‹ˆλ‹€. μ‹€μ œλ‘œ html μš”μ†Œμ—λŠ” 두 개의 클래슀 속성이 μžˆμ–΄μ„œλŠ” μ•ˆ λ©λ‹ˆλ‹€.
곡백으둜 κ΅¬λΆ„ν•˜μ—¬ html μš”μ†Œμ— μ—¬λŸ¬ 클래슀λ₯Ό μΆ”κ°€ν•©λ‹ˆλ‹€. 예λ₯Ό λ“€μ–΄,

<h2 class="red-text green-border">Heading</h2>

그리고 이 곡간은 도전에 λŒ€ν•œ 도움을 μš”μ²­ν•˜λŠ” 곡간이 μ•„λ‹™λ‹ˆλ‹€. 도움이 ν•„μš”ν•˜λ©΄ FCC ν—¬ν”„λ£Έ 으둜 κ°€μ‹­μ‹œμ˜€.

κ°„λ‹¨ν•œ 일이 될 쀄 μ•Œμ•˜μŠ΅λ‹ˆλ‹€. run1595 κ°μ‚¬ν•©λ‹ˆλ‹€.

λ¬Έμ œκ°€ ν•΄κ²°λœ 것 κ°™μ•„ νμ‡„ν•©λ‹ˆλ‹€. 즐거운 μ½”λ”©!

이 νŽ˜μ΄μ§€κ°€ 도움이 λ˜μ—ˆλ‚˜μš”?
0 / 5 - 0 λ“±κΈ‰