티스토리 뷰
<!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
- 스프링 프레임워크(spring framewordk)
- 스프링 프레임워크(spring framework)
- 특정 문자를 기준으로 자르기
- nl2br
- system.io
- 표현 언어(expression language)
- java web-mvc
- 메이븐(maven)
- jstl(java standard tag library)
- java 키워드 정리
- 진수 변환
- 제품 등록
- await
- jsp 오픈 소스
- MainActor
- REST API
- React
- In App Purchase
- java.sql
- System.Diagnostics
- error-java
- java-개발 환경 설정하기
- 인텔리제이(intellij)
- 스프링 시큐리티(spring security)
- 람다식(lambda expression)
- 스프링 시큐리티(spring security)-http basic 인증
- .submit()
- 문자 자르기
- docker
- jstl(java standard tag library)-core
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |