Skip to content

Commit 33914b8

Browse files
author
KhaNam
committed
ud
1 parent f3e6809 commit 33914b8

File tree

4 files changed

+53
-14
lines changed

4 files changed

+53
-14
lines changed

css/responsive.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,16 @@
5151
section .title{text-align: center;}
5252
header#wrap-header{padding: 25px 10px 60px 10px; position: relative;}
5353
header#wrap-header .search{position: absolute; bottom: 10px; left: 10px; width: 87%;}
54-
section#wrap-highlights .hightlight-left{flex-direction: column;}
54+
section#wrap-highlights .hightlight-left{display: none;}
55+
section#wrap-highlights .hightlight-right{display: none;}
5556
section#wrap-highlights .hightlight-left .box-comic{width: 100%;}
5657
section#wrap-highlights img{width: 100%;}
5758
section#wrap-highlights .box-comic{margin-bottom: 25px;}
5859
section#wrap-highlights .row{max-height: 500px; overflow-y: scroll;}
5960
section#wrap-highlights .row .col-md-12:first-child{margin-bottom: 0;}
6061
section#wrap-detail .content-right .content-top .button-action .btn:nth-child(n+3){margin-top: 15px;}
62+
section#wrap-breadcumb{padding-left: 10px;}
63+
header#wrap-header .logo{text-align: center; width: 100%;}
64+
header#wrap-header .menu{position: absolute; bottom: 20px; right: 10px;}
65+
header#wrap-header .form-search{width: 95%;}
6166
}

images/logo.png

518 Bytes
Loading

images/logo_2.png

-489 Bytes
Loading

index.html

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,51 @@
5353
</div>
5454
</div>
5555
<div class="col-md-12 col-lg-6 col-12">
56-
<div class="hightlight-center">
57-
<div class="box-comic">
58-
<a href="">
59-
<img src="./images/intro_chap_3.png" alt="">
60-
<span class="note">Chap 111</span>
61-
</a>
62-
<div class="gradient">
63-
<a class="title" href="">Nam Thần Truy Thê Chỉ Nam</a>
64-
</div>
65-
</div>
66-
</div>
56+
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
57+
<div class="carousel-inner">
58+
<div class="carousel-item active">
59+
<div class="box-comic">
60+
<a href="">
61+
<img src="./images/intro_chap_3.png" alt="">
62+
<span class="note">Chap 111</span>
63+
</a>
64+
<div class="gradient">
65+
<a class="title" href="">Nam Thần Truy Thê Chỉ Nam</a>
66+
</div>
67+
</div>
68+
</div>
69+
<div class="carousel-item">
70+
<div class="box-comic">
71+
<a href="">
72+
<img src="./images/intro_chap_3.png" alt="">
73+
<span class="note">Chap 111</span>
74+
</a>
75+
<div class="gradient">
76+
<a class="title" href="">Nam Thần Truy Thê Chỉ Nam</a>
77+
</div>
78+
</div>
79+
</div>
80+
<div class="carousel-item">
81+
<div class="box-comic">
82+
<a href="">
83+
<img src="./images/intro_chap_3.png" alt="">
84+
<span class="note">Chap 111</span>
85+
</a>
86+
<div class="gradient">
87+
<a class="title" href="">Nam Thần Truy Thê Chỉ Nam</a>
88+
</div>
89+
</div>
90+
</div>
91+
</div>
92+
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
93+
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
94+
<span class="sr-only">Previous</span>
95+
</a>
96+
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
97+
<span class="carousel-control-next-icon" aria-hidden="true"></span>
98+
<span class="sr-only">Next</span>
99+
</a>
100+
</div>
67101
</div>
68102
<div class="d-md-none d-lg-block col-12 col-lg-3 col-6">
69103
<div class="hightlight-right">
@@ -538,9 +572,9 @@ <h3>Nanatsu No Taizai</h3>
538572
</div>
539573
<div class="contact">
540574
<div class="brand">
541-
<a href="">
575+
<a href="https://www.facebook.com/xotruyen.net">
542576
<img src="./images/fb.png" alt="">
543-
Fb.com/xotruyen.net
577+
facebook.com/xotruyen.net
544578
</a>
545579
</div>
546580
<div class="brand">

0 commit comments

Comments
 (0)