added href link

This commit is contained in:
2023-08-09 11:40:01 +02:00
parent fa899bfa82
commit 1cdf1f3892
4 changed files with 5 additions and 22 deletions

View File

@@ -27,7 +27,8 @@
/* Remove border and add padding to thumbnails */
.thumbnail {
padding: 0 0 15px 0;
padding: 5px;
margin: 25px;
border: none;
border-radius: 0;
}
@@ -37,47 +38,29 @@
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>
<!-- Container (TOUR Section) -->
<div id="tour" class="bg-1">
<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>
<div class="row text-center">
<div class="col-sm-4">
<div class="thumbnail">
<img src="logo_an.jpg" alt="Logo An" />
<button class="btn">____ THIEN AN ____</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="logo_khang.jpg" alt="Logo Khang" />
<button class="btn">____ THIEN-KHANG ____</button>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="logo_phuoc_400x500.jpg" alt="Logo Phuoc" />
<button class="btn">____ THIS IS THE WAY ____</button>
<a href="https://caotek.fr"><img src="logo_phuoc_400x500.jpg" alt="Logo Phuoc" /></a>
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

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