-
Notifications
You must be signed in to change notification settings - Fork 0
/
box-model.html
26 lines (24 loc) · 1.32 KB
/
box-model.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Philippians 4:11-13</title>
<meta name="description" content="This is a display of the Bible Scripture Philippians 4:11-13">
<meta name="Author" content="Nicholas Oblitey Commey">
<link rel="stylesheet" href="styles/box-model.css">
</head>
<main>
<div class="callout">
<img src="https://imgs.search.brave.com/GL5j37h36qNrZB32VnI6vK33NtodJhNnI5M-Kf_Xi-E/rs:fit:473:610:1/g:ce/aHR0cHM6Ly9pLnBp/bmltZy5jb20vb3Jp/Z2luYWxzL2Y3L2Vl/LzEzL2Y3ZWUxMzY2/YWVjZmViYzhkMjkx/Y2MyNWYwNGMyYjNm/LmpwZw" alt="Paul the Apostle" loading="lazy" width="150">
<blockquote>
<p>11 Not that I speak in respect of want: for I have learned, in whatsoever state I am, therewith to be content.</p>
<p>12 I know both how to be abased, and I know how to abound: every where and in all things I am instructed both to be full and to be hungry, both to abound and to suffer need.</p>
<p>13 I can do all things through Christ which strengtheneth me.</p>
</blockquote>
<cite>Philippians 4:11-13</cite>
<p></p>
</div>
</main>
<footer></footer>
</html>