-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (46 loc) · 1.48 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Day 12 github logo design</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body style="background-color: gray">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<div class="col-5">
<img
src="assets/github logo.png"
alt="github logo"
class="img-fluid"
/>
</div>
<div class="col-7">
<h5 class="text-light">GITHUB</h5>
</div>
</div>
</nav>
<form class="d-flex ms-5" role="search">
<div class="col-sm-5 offset-3 mt-5">
<input
class="form-control"
type="search"
placeholder="Search"
aria-label="Search"
/>
</div>
</form>
<div class="container d-flex position-absolute ">
<div class="box-1 me-5"></div>
<div class="box-2 mt-5 "></div>
<div class="box-3 mt-5 ms-5"></div>
<div class="box-4 mt-5 ms-5"></div>
</div>
<div class="box-5 d-inline-flex position-absolute"></div>