πŸ“ŒLanguage/HTML & CSS

가상 μš”μ†Œ μ’…λ₯˜, λ°˜λ“œμ‹œ κΈ°μ–΅ν•΄μ•Όν•˜λŠ” css μ„ νƒμž

hellohailie 2022. 4. 18. 00:10

가상 μš”μ†ŒλŠ” 가상 ν΄λž˜μŠ€μ™€ λΉ„μŠ·ν•˜λ‹€. 

 

가상 μš”μ†Œ(pseudo element)

가상 μš”μ†ŒλŠ” HTML μ½”λ“œμ— μ‘΄μž¬ν•˜μ§€ μ•ŠλŠ” ꡬ쑰 μš”μ†Œμ— μŠ€νƒ€μΌμ„ λΆ€μ—¬ν•  μˆ˜κ°€ μžˆμŠ΅λ‹ˆλ‹€.

가상 μš”μ†Œλ„ 가상 클래슀처럼 λ¬Έμ„œ 내에 보이지 μ•Šμ§€λ§Œ, λ―Έλ¦¬ μ •μ˜ν•œ μœ„μΉ˜μ— μ‚½μž…λ˜λ„λ‘ 약속이 λ˜μ–΄μžˆμŠ΅λ‹ˆλ‹€.

μ„ μ–Έ 방법은 가상 ν΄λž˜μŠ€μ™€ κ°™κ²Œ μ½œλ‘ μ„ μ‚¬μš©ν•˜λ©°,

CSS3λΆ€ν„°λŠ” 가상 ν΄λž˜μŠ€μ™€ 가상 μš”μ†Œλ₯Ό κ΅¬λΆ„ν•˜κΈ° μœ„ν•΄ 가상 μš”μ†Œμ—λŠ” ::(더블 콜둠) κΈ°ν˜Έλ₯Ό μ‚¬μš©ν•˜κΈ°λ‘œ ν–ˆμŠ΅λ‹ˆλ‹€.

ν•˜μ§€λ§Œ ν•˜μœ„ λΈŒλΌμš°μ €μ—μ„œ :: λ¬Έλ²•μ„ μ§€μ›ν•˜μ§€ μ•ŠλŠ” λ¬Έμ œκ°€ μžˆμœΌλ―€λ‘œ 상황에 따라 : κΈ°ν˜Έλ₯Ό μ‚¬μš©ν•΄μ•Ό ν•œλ‹€. 

 

  • :before : κ°€μž₯ μ•žμ— μš”μ†Œλ₯Ό μ‚½μž… / μš”μ†Œ 내에 κ°€μž₯ 첫 번째 μžμ‹μœΌλ‘œ μ‚½μž…μ΄ λ˜λŠ” 것.
  • :after : κ°€μž₯ 뒀에 μš”μ†Œλ₯Ό μ‚½μž… / μš”μ†Œ λ‚΄μ—μ„œ κ°€μž₯ λ§ˆμ§€λ§‰ μžμ‹μœΌλ‘œ μ‚½μž…μ΄ λ˜λŠ” 것. 
  • :first-line : μš”μ†Œμ˜ 첫 번째 쀄에 μžˆλŠ” ν…μŠ€νŠΈ / μš”μ†Œμ˜ 첫 번째 쀄에 μžˆλŠ” ν…μŠ€νŠΈλ₯Ό κ°μ‹ΈλŠ” μš”μ†Œκ°€ μ‚½μž…μ΄ λœλ‹€. 
  • :first-letter : 블둝 레벨 μš”μ†Œμ˜ 첫 번째 문자 / μš”μ†Œ 내에 블둝 레벨 μš”μ†Œ 쀑에 κ·Έ μ•ˆμ— 첫 번째 문자λ₯Ό κ°μ‹ΈλŠ” μš”μ†Œλ₯Ό μƒμ„±ν•œλ‹€. 

 

λͺ¨λ‘ 가상 μš”μ†Œμ΄κΈ° λ•Œλ¬Έμ— HTML κ΅¬μ‘°μ—λŠ” λ‚˜νƒ€λ‚˜μ§€ μ•ŠλŠ”λ‹€. 

before와 after κ°€μƒ μš”μ†ŒλŠ” μ• μ΄ˆμ— λ‚΄μš©μ΄ μ—†λŠ” μƒνƒœλ‘œ μƒμ„±λ˜κΈ° λ•Œλ¬Έμ— λ‚΄μš©μ„ λ„£κΈ° μœ„ν•΄ content μ†μ„±μ„ μ΄μš©ν•΄μ•Ό ν•œλ‹€. 

 

<head>
  <title>hi</title>
  <style>
    p:before {
        color: red;
        content:"#####"
    }

    p:after {
        color: yellow;
        content: "!!!!!!!!";
    }
    p:first-line {
        font-size: 3em;
    }

    p:first-letter {
        color: purple;
        text-decoration: underline;
    }
  </style>
</head>
<body>
  <p>
    I haven't been worried to see the dentist since I was younger.But over the last year, I got to know why people are worried to see the dentist.The first dental care was simply to fill the lower two teeth with resin filling when I felt like they hurt.One day about two months after the first dental care, while I was brushing my teeth, I chewed something weird !That was a tiny little resin tooth filling which was filled two months ago.I had to go to the dentist to be treated again and there was no extra charge for that because it has after-sales service for 1 year.But that was just a beginning. After that, I've gone there four times more.I promised myself not to go to THE dentist again.
  </p>
</body>

 

 

 

See the Pen Untitled by HelloHailie (@hellohailie) on CodePen.

 

πŸ‘‡λ” μžμ„Έν•œ 가상 μš”μ†ŒπŸ‘‡


https://code.tutsplus.com/ko/tutorials/the-30-css-selectors-you-must-memorize--net-16048

 

λ°˜λ“œμ‹œ κΈ°μ–΅ν•΄μ•Ό ν•˜λŠ” CSS μ„ νƒμž 30개

μ—¬λŸ¬λΆ„μ€ id, class, descendant 기초λ₯Ό μ•Œκ³  있겠죠. κ³Όμ—° 그게 μ „λΆ€μΌκΉŒμš”? κ·Έλ ‡λ‹€λ©΄, μ—¬λŸ¬λΆ„μ€ ν­λ„“κ²Œ μ μš©ν•˜μ§€ λͺ»ν•˜κ³  μžˆλ„€μš”. 이 κΈ€μ—μ„œ μ„€λͺ…ν•˜λŠ” μ„ νƒμž 쀑에 λ‹€μˆ˜κ°€ CSS3 λͺ…μ„Έμ„œμ— 있으며 λͺ¨λ˜

code.tutsplus.com

 


 

https://developer.mozilla.org/ko/docs/Web/CSS/Pseudo-elements

 

μ˜μ‚¬ μš”μ†Œ - CSS: Cascading Style Sheets | MDN

CSS μ˜μ‚¬ μš”μ†Œ(가상 μš”μ†Œ)λŠ” μ„ νƒμžμ— μΆ”κ°€ν•˜λŠ” ν‚€μ›Œλ“œλ‘œ, μ„ νƒν•œ μš”μ†Œμ˜ μΌλΆ€λΆ„μ—λ§Œ μŠ€νƒ€μΌμ„ μž…νž 수 μžˆμŠ΅λ‹ˆλ‹€. 예λ₯Ό λ“€μ–΄ ::first-line (en-US)을 μ‚¬μš©ν•˜λ©΄ 문단 첫 μ€„μ˜ κΈ€μ”¨μ²΄λ§Œ λ°”κΏ€ 수 μžˆμŠ΅λ‹ˆλ‹€.

developer.mozilla.org