-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 2.26 KB
/
Copy pathindex.html
File metadata and controls
51 lines (44 loc) · 2.26 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link
href="./bootstrap-5.3.8-dist/bootstrap-5.3.8-dist/css/bootstrap.min.css"
rel="stylesheet"
>
<link href="./default.css" rel="stylesheet">
<link href="./monster.css" rel="stylesheet">
</head>
<body class="primary-background">
<h1 class="ubuntu-medium secondary">Devasolutions: DevOS</h1>
<div class="monster-box-container">
<div class="monster-container">
<img width=12.5% src="https://m.media-amazon.com/images/I/71Mqp0NFlsL._AC_UF894,1000_QL80_.jpg">
<h2 class="ubuntu-medium secondary">Monster Energy Original</h2>
<p class="ubuntu-regular secondary">Unleash the beast inside of you.</p>
</div>
<div class="monster-container">
<img width=19% src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRBnvK6nednnXOwjlpMoNH3Q1qg8D44Tj0XFBlUnfk6hw&s=10">
<h2 class="ubuntu-medium secondary">Monster Mango Loco</h2>
<p>Unleash la bestia exótica we!</p>
</div>
<div class="monster-container">
<img width=15% src="https://images.albertsons-media.com/is/image/ABS/970126959-C1N1?$ng-ecom-pdp-mobile$&defaultImage=Not_Available">
<h2 class="ubuntu-medium secondary">Monster Ultra Zero</h2>
<p>Control the beast inside you!</p>
</div>
<div class="monster-container">
<img width=20% src="https://m.media-amazon.com/images/I/81xWb58aSwL.jpg">
<h2 class="ubuntu-medium">Monster Pipeline punch</h2>
<p>Fight for the beast you love :3</p>
</div>
<div class="monster-container">
<img width=20% src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSY2kZUTnZAhGQw966Qdw4b-fybRn1CHBikIWxBy6CbCFpKgilImu9Mdlc&s=10">
<h2 class="ubuntu-medium">Monster Pacific punch</h2>
<p>Relax and rock your monster |..|</p>
</div>
</div>
</body>
</html>