-
Notifications
You must be signed in to change notification settings - Fork 0
/
schoolbags.html
31 lines (30 loc) · 1.24 KB
/
schoolbags.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> School Bags</title>
<style>
.h1{
text-decoration: underline;
text-size-adjust: 40px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
background-color: dimgray;
}
</style>
</head>
<body>
<h1 class="h1"><center>School Bags.</center></h1>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quis rerum repellat eaque, impedit, provident nam dicta labore maxime suscipit tempora, omnis eveniet obcaecati nemo. Dignissimos ad asperiores aspernatur cumque in!</p>
<h2>Male </h2>
<img src="profiles/school1.jpg" alt="sch1" width="250px" height="200px">
<br>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita optio sunt vero ea laborum iusto qui repellat repudiandae tenetur, asperiores eveniet, ipsam hic, ratione neque quia. In quod sunt excepturi?</p>
<h2>Female Code</h2>
<img src="profiles/school2.jpeg" alt="schl2" width="250px" height="200px">
<br>
</body>
</html>