We have created a awesome theme
Far far away,behind the word mountains, far from the countries

CUSTOMER > HTML/CSS

HTML/CSS

Ä«Å×°í¸® ÀÚÁÖ¾²´Â ¼Ò½º
Á¦¸ñ ¡á HTML, CSS ÁÖ¼®´Þ±â



HTML ÁÖ¼®´Þ±â

<!-- ÁÖ¼® -->



ex)

<!-- °øÁö»çÇ×ÀÔ´Ï´Ù. -->

<div class="notice">

<h1>°øÁö»çÇ×</h1>

<ul>

<li>11¿ù 06ÀÏ ÁÖ¼®´Þ±â °øºÎ</li>

<li>11¿ù 07ÀÏ ÁÖ¼®´Þ¾Æº¸±â</li>

</ui>

</div>





CSS ÁÖ¼®´Þ±â

/* ÁÖ¼® */



ex)

<style>

/* °øÁö±Û °ü·Ã */

.notice {

color:#ccc00;

}

</style>