finished up to bootstrap
This commit is contained in:
38
lectures/lec3/task2.html
Normal file
38
lectures/lec3/task2.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Bootstrap Template</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
.col {
|
||||
background: lightgray;
|
||||
border: solid thin grey;
|
||||
}
|
||||
|
||||
.row {
|
||||
border: solid thin red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div class="container d-flex align-items end">
|
||||
<h5 class="bg-light">Ворота на запад</h5>
|
||||
<p>192-метровая арка в Сент-Луисе (штат Миссури, США)</p>
|
||||
<img src="images/image1.jpg" alt="">
|
||||
</div>
|
||||
<div class="container d-grid justify-content-center">
|
||||
<h5 class="bg-light">Ворота на запад</h5>
|
||||
<p>192-метровая арка в Сент-Луисе (штат Миссури, США)</p>
|
||||
<img src="images/image1.jpg" alt="">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user