Super Kawaii Cute Cat Kaoani
๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Tistory

[ํ‹ฐ์Šคํ† ๋ฆฌ] Poster ์Šคํ‚จ ๋ฉ”๋‰ด๋ฐ”์— ํ”„๋กœํ•„ ๋„ฃ๊ธฐ

728x90

ํ‹ฐ์Šคํ† ๋ฆฌ Poster ์Šคํ‚จ ์‚ฌ์ด๋“œ ๋ฉ”๋‰ด๋ฐ”์— ํ”„๋กœํ•„ ๋„ฃ๋Š” ๋ฒ•


 

ํ‹ฐ์Šคํ† ๋ฆฌ → ์Šคํ‚จํŽธ์ง‘ → HTML

 


 

HTML

ctrl+f๋กœ ๊ฒ€์ƒ‰

<nav id="gnb"> ์•„๋ž˜ ๋ถ€๋ถ„์— ํ”„๋กœํ•„ ๋ฐ•์Šค ๋„ฃ๋Š” ์ฝ”๋“œ ์ถ”๊ฐ€

 

<!-- ํ”„๋กœํ•„ -->
<div class="box-profile <s_if_var_Profilebgimage>box-profile-invert</s_if_var_Profilebgimage>" style="background-image:url('<s_if_var_Profilebgimage>[# #_var_Profilebgimage_##]</s_if_var_Profilebgimage>');">
  <div class="inner-box">
  	<img src="[# #_image_##]" class="img-profile" alt="ํ”„๋กœํ•„์‚ฌ์ง„">
  </div>
  <div class="text-profile">[# #_desc_##]
  </div> 
</div>

## ์‚ฌ์ด ๊ณต๋ฐฑ ์ œ๊ฑฐ ํ›„ ์‚ฌ์šฉ

 


 

CSS

#header ์•„๋ž˜์ชฝ์— ํ”„๋กœํ•„ ๋ฐ•์Šค(.box-profile)๋ž‘

๊ทธ ์•ˆ์— ํ”„๋กœํ•„ ์‚ฌ์ง„(img-profile) & ๋ธ”๋กœ๊ทธ ์„ค๋ช…(text-profile) ๋ถ€๋ถ„ ์ถ”๊ฐ€

/*ํ”„๋กœํ•„์ˆ˜์ •*/

#header .menu .box-profile {
position: relative; margin: 10px;
border-top: 2px solid rgb(123,63,0);
border-bottom: 2px solid rgb(123,63,0);
text-align: center;
background-color: rgba(255, 255, 255, 0.432);
}

#header .menu .box-profile .img-profile {
width: 140px;
height: 140px;
margin: 30px auto 15px;
border-radius: 140px;
}

#header .menu .box-profile .text-profile {
max-width: 210px;
font-size: 15px;
line-height: 1.54; color: rgb(123,63,0);
text-align: center; /* ํ…์ŠคํŠธ ๊ฐ€์šด๋ฐ ์ •๋ ฌ */
margin: 0 auto 15px;
}
728x90