죠노이 노트

carousel


*는 직접 입력하시면 됩니다.


<div class="item active">
            <img src="1.jpg" alt="*" width="*" height="*" style="background-color:rgba( 0, 0, 0, 0.5 );">
            <div class="carousel-caption" style="background-color:rgba( 0, 0, 0, 0.5 ); position:absolute; left:0; top:0%;width:100%; height:100%;">

              <div class="text-center">
                <h1 style="text-align:center"> 타이틀 </h1>
                <p>내용</p>
              </div>
            </div>
          </div>


...

...