-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02.html
More file actions
60 lines (49 loc) · 1.31 KB
/
02.html
File metadata and controls
60 lines (49 loc) · 1.31 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
<html lang ="en">
<header>
<link rel="stylesheet" type="text/css" href="./style.css">
<style>
.left-section {
width: 50%;
float: left;
padding: 20px;
}
.right-section {
width: 50%;
float: right;
padding: 20px;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
p{
text-align: center;
font-family: chiller;
font-size: 40px;
color: blue;
}
body {
background: url(assets/d.jpg);
}
</style>
<div class="topnav">
<a href="https://samkibe.github.io/Kibe/">|Home|</a>
<a href="posts.html">|Stories of Amazing Grace|</a>
<!-- <a href="#cv.html">|CV|</a> -->
</div>
</header>
</html>
<div><body>
<p> <b> We make plans, big ones supposedly, but 'que sera sera,'
whatever will be will be, song writer sang.
And I would want to agree with them. Our future second or minute is entirely in the hands of God.
Took me a long time to see it, but there is an order to things, a plan,
and it has never been our plans, but God's.
And everything that happens is part of it,
even the simplest aspect of our existence in struggle or better is entirely God's plan.
That's my definition of God's divine Providence, for his own purpose and will!! ✊🏿🤞🏿💪
</b></p>
<p> <b>
</b></p>
</body>