"Fake Bon Appetit - Pecan Rye Pumpkin Pie Sample"
Bootstrap 4.1.1 Snippet by lelouch8

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<head>
<!-- Place your kit's code here -->
<script src="https://kit.fontawesome.com/fdf7670f30.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class = "navbar navbar-expand-lg navbar-dark bg-dark">
<i class="fas fa-bars"></i>
<ul class = "navbar-nav ml-auto">
<li class = "nav-item">
<a class = "nav-link" href = "#">Login</a>
</li>
<li class = "nav-item">
<a class = "nav-link" href = "#">Subscribe</a>
</li>
</ul>
<i class="fas fa-search"></i>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
h1{
text-align: center;
margin-top: 50px;
margin-bottom: 75px;
font-weight: bold;
font-size: 50px;
}
#photo
{
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
border-bottom: 5px solid black;
}
#servings
{
font-weight:bold;
text-align:center;
margin-top: 5px;
}
.nav-link
{
text-transform: uppercase;
}
.btn
{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: