Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<button type="button" class="btn btn-secondary btn-lg btn-block">Block level button</button>

<div class="card" style="width: 18rem;">
<img src="https://source.unsplash.com/400x400/?code,technology" class="card-img-top" alt="...">
<img src="https://source.unsplash.com/400x400/?code,technology" class="card-img-top" alt="Image can't be load ! check your internet connection">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
Expand All @@ -113,13 +113,13 @@ <h5 class="card-title">Special title treatment</h5>
<div id="carouselExampleControls" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://source.unsplash.com/1400x400/?code,technology" class="d-block w-100" alt="...">
<img src="https://source.unsplash.com/1400x400/?code,technology" class="d-block w-100" alt="Image can't be load ! check your internet connection">
</div>
<div class="carousel-item">
<img src="https://source.unsplash.com/1400x400/?code,technology,program" class="d-block w-100" alt="...">
<img src="https://source.unsplash.com/1400x400/?code,technology,program" class="d-block w-100" alt="Image can't be load ! check your internet connection">
</div>
<div class="carousel-item">
<img src="https://source.unsplash.com/1400x400/?code,coding" class="d-block w-100" alt="...">
<img src="https://source.unsplash.com/1400x400/?code,coding" class="d-block w-100" alt="Image can't be load ! check your internet connection">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
Expand Down Expand Up @@ -171,4 +171,4 @@ <h5 class="card-title">Special title treatment</h5>
crossorigin="anonymous"></script>
</body>

</html>
</html>