-
Notifications
You must be signed in to change notification settings - Fork 5
/
trial.html
57 lines (55 loc) · 2.8 KB
/
trial.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
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>nj</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img src="logo-no-bg.png" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
HEP
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" tabindex="-1" aria-disabled="false">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="recipe.html" tabindex="-1" aria-disabled="false">Recipes</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">LogIn</button>
</form>
</div>
</nav>
<div class="container-fixed" style="background: skyblue; text-align: center; margin-top: 4em;">fixed <p>Welcome to our website.<br>Healthy eating plate is a concept
derived out of recipe sharing pracitices our society has been following since hundreds of years.<br>We aim
to
make recipes of all of all accesible to everyone present on world wide web.</p>
<div class="row">
<div class="col-sm-6">col-sm-6</div>
<div class="col-sm-6">col-sm-6</div>
</div></div>
<br>
<hr>
<div class="container-fluid" style="background: skyblue; text-align: center;">fixed <p>Welcome to our website.<br>Healthy eating plate is a concept
derived out of recipe sharing pracitices our society has been following since hundreds of years.<br>We aim
to
make recipes of all of all accesible to everyone present on world wide web.</p>
<div class="row">
<div class="col-sm-6"><img src="blue-logo.png"></div>
<div class="col-sm-6"><p style="font-size: 22px; padding-top: 6em;">Welcome to our website!<br>We at Healthy eating plate offer you to share and enjoy tasty recipes from households all around the <world class="br">sharing makes this world a better place to live <3 !</world></p></div>
</div></div><br>
<h2>idontknow ifthis is going to print or not
</h2>
<br>
<h1>Pata nahi kya hi chal raha hai bc</h1>
</body>
</html>