Home 매뉴얼 대제목 넣기
h1 내용의 경우 span 은 로고색상2, i 는 로고색상1 과 이탤릭체(기울임)가 적용된다.
<h1><span>비전</span> 선언문 <i>Vision Statement</i></h1>
내용의 경우 한글은 class="p1", 영문은 class="p2"로 한다.
<p class="p1">우리는 청소년들이 ...</p> <p class="p2">That youth would mature ...</p>
우리는 청소년들이 온전한 인간으로 성장하여 건강하고 행복한 삶을 누리고 이웃과 민족, 세계를 위한 일꾼으로 세워질 수 있도록 돕는다.
That youth would mature into well balanced human beings that they might enjoy a healthy, happy and full life as leaders who dedicate themselves to Gods Kingdom and this world.
div에 class="figure p_left250" 을 추가한다.
이미지의 크기에 따라서 p_left250 의 숫자를 변경한다.
가능한크기 : 100 / 150 / 200 / 250 / 300
<div class="figure p_left250">
<figure> 태그를 이용하여 이미지를 추가한다.
<figure>이미지</figure>
모바일에서는 figure 소스의 위치에 따라서 줄이바뀌어서 출력된다.
우리는 청소년들이 온전한 인간으로 성장하여 건강하고 행복한 삶을 누리고 이웃과 민족, 세계를 위한 일꾼으로 세워질 수 있도록 돕는다.
That youth would mature into well balanced human beings that they might enjoy a healthy, happy and full life as leaders who dedicate themselves to Gods Kingdom and this world.
div에 class="figure p_right250" 을 추가한다.
이미지의 크기에 따라서 p_right250 의 숫자를 변경한다.
가능한크기 : 100 / 150 / 200 / 250 / 300
<div class="figure p_right250">
<figure> 태그를 이용하여 이미지를 추가한다.
<figure>이미지</figure>
모바일에서는 figure 소스의 위치에 따라서 줄이바뀌어서 출력된다.
우리는 청소년들이 온전한 인간으로 성장하여 건강하고 행복한 삶을 누리고 이웃과 민족, 세계를 위한 일꾼으로 세워질 수 있도록 돕는다.
That youth would mature into well balanced human beings that they might enjoy a healthy, happy and full life as leaders who dedicate themselves to Gods Kingdom and this world.
h1에 class="bullet_square" 을 추가한다.
<h1 class="bullet_square">비전 선언문</h1>
h1에 class="bullet_circle" 을 추가한다.
노란색은 class에 logo_color1 을 추가한다.
빨간색은 class에 logo_color2 을 추가한다.
회색은 class에 logo_color3 을 추가한다.
<h1 class="bullet_circle logo_color1">비전 선언문</h1> <h1 class="bullet_circle logo_color2">비전 선언문</h1> <h1 class="bullet_circle logo_color3">비전 선언문</h1>