티스토리 뷰
<!DOCTYPE>
<html >
<head>
<title>이벤트 목록 </title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css">
<!-- Demo styles -->
<style>
html, body {
position: relative;
height: 100%;
}
body {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color:#000;
margin: 0;
padding: 0;
}
.swiper-container {
width: 100%;
height: 300px;
}
.swiper-slide {
text-align: center;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
</style>
</head>
<body>
<div>이벤트 배너</div>
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" data-hash="slide1"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide2"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide3"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide4"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide5"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide6"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide7"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide8"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide9"><img src="" width="100%" height="100%"></div>
<div class="swiper-slide" data-hash="slide10"><img src="" width="100%" height="100%"></div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/js/swiper.min.js"></script>
<!-- Initialize Swiper -->
<script>
window.onload = function () {
//initialize swiper when document ready
var swiper = new Swiper('.swiper-container', {
slidesPerView: 3,
paginationClickable: true,
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
spaceBetween: 30
});
};
</script>
</body>
</html>
- Total
- Today
- Yesterday
- MainActor
- 진수 변환
- java.sql
- java 키워드 정리
- System.Diagnostics
- 스프링 시큐리티(spring security)
- nl2br
- 표현 언어(expression language)
- docker
- 람다식(lambda expression)
- .submit()
- error-java
- 스프링 시큐리티(spring security)-http basic 인증
- java-개발 환경 설정하기
- 제품 등록
- jstl(java standard tag library)-core
- system.io
- jstl(java standard tag library)
- 인텔리제이(intellij)
- 특정 문자를 기준으로 자르기
- React
- await
- 메이븐(maven)
- 문자 자르기
- jsp 오픈 소스
- java web-mvc
- In App Purchase
- REST API
- 스프링 프레임워크(spring framework)
- 스프링 프레임워크(spring framewordk)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |