added href link
This commit is contained in:
27
index.html
27
index.html
@@ -27,7 +27,8 @@
|
|||||||
|
|
||||||
/* Remove border and add padding to thumbnails */
|
/* Remove border and add padding to thumbnails */
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
padding: 0 0 15px 0;
|
padding: 5px;
|
||||||
|
margin: 25px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
@@ -37,47 +38,29 @@
|
|||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Black buttons with extra padding and without rounded borders */
|
|
||||||
.btn {
|
|
||||||
margin-top: 15px;
|
|
||||||
padding: 10px 20px;
|
|
||||||
background-color: #333;
|
|
||||||
color: #f1f1f1;
|
|
||||||
border-radius: 0;
|
|
||||||
transition: .2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* On hover, the color of .btn will transition to white with black text */
|
|
||||||
.btn:hover, .btn:focus {
|
|
||||||
border: 1px solid #333;
|
|
||||||
background-color: #fff;
|
|
||||||
color: DarkSlateGray;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Container (TOUR Section) -->
|
<!-- Container (TOUR Section) -->
|
||||||
<div id="tour" class="bg-1">
|
<div id="tour" class="bg-1">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="text-center">CAOTEK<br>présente</h2>
|
<h2 class="text-center">CAOTEK</h2>
|
||||||
|
<p class="text-center">présente</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div class="row text-center">
|
<div class="row text-center">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img src="logo_an.jpg" alt="Logo An" />
|
<img src="logo_an.jpg" alt="Logo An" />
|
||||||
<button class="btn">____ THIEN AN ____</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img src="logo_khang.jpg" alt="Logo Khang" />
|
<img src="logo_khang.jpg" alt="Logo Khang" />
|
||||||
<button class="btn">____ THIEN-KHANG ____</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img src="logo_phuoc_400x500.jpg" alt="Logo Phuoc" />
|
<a href="https://caotek.fr"><img src="logo_phuoc_400x500.jpg" alt="Logo Phuoc" /></a>
|
||||||
<button class="btn">____ THIS IS THE WAY ____</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
logo_an.jpg
BIN
logo_an.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 16 KiB |
BIN
logo_khang.jpg
BIN
logo_khang.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user