-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootcampcss101.html
More file actions
64 lines (64 loc) · 2.78 KB
/
Copy pathbootcampcss101.html
File metadata and controls
64 lines (64 loc) · 2.78 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
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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>Css101rocketman</title>
<link rel="stylesheet" href="rocketman.css">
</head>
<body class="body-task">
<div>
<div class="header container bottom">
<div class="rocket-image">
<img src="https://rocketman.learnwagtail.com/static/images/logo.24c25970fb09.png" alt="">
</div>
<div class="nav-items">
<div><a class="services" href="https://rocketman.learnwagtail.com/services/">SERVICES</a></div>
<div><a class="contact" href="https://rocketman.learnwagtail.com/contact/">CONTACT</a></div>
<div><a class="wagtail" href="https://learnwagtail.com/wagtail-for-beginners/">WAGTAIL COURSE</a></div>
</div>
</div>
<div class="rocket-cover">
<div class="container malsia">
<div class="row">
<div class="col-xl-8 col-lg-9 ">
<h1 class="display-3 cc-home-banner-title">Supreme Rocket Maintenance</h1>
</div>
<p class="lead">
Your Rocket is your $1,000,000,000,000 baby.we get that this is a master.
</p>
<button type="button" class="btn btn-light">CONTACT US</button>
</div>
</div>
</div>
<div class="second-portion container">
<div class="row title-head">
<div class="col">
<h3 class="fonti-head">Your Rocket is valuable.Let the professionals work on it</h3>
</div>
</div>
<div class="my-4">
<div class="row">
<div class="col-md-6">
<div class="card">
<a href="">
<picture>
<img src="https://rocketman.learnwagtail.com/media/images/hello-i-m-nik-8yCmQODY2SY-unsplash.2e16d0ba.fill-570x370.jpg" alt="">
</picture>
</a>
<div class="card-body">
<div>
<h3 class="card-title">it's not a toy</h3>
<p class="card-text">Or maybe you're Jeff Bezos.. and rockets are your toys!</p>
<a href="">View Services</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>