-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpart2.html
More file actions
90 lines (80 loc) · 2.94 KB
/
Copy pathpart2.html
File metadata and controls
90 lines (80 loc) · 2.94 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>Best</title>
</head>
<link rel="stylesheet" type="text/css" href="Css/960_12_col.css">
<link rel="stylesheet" type="text/css" href="Css/reset.css">
<style type="text/css">
body{
background-color: #CCCC00;
}
header{
font-size: 50px;
text-align: center;
}
p{
font-family: sans-serif;
}
img{
height: 100px;
align-content: center;
}
.First{
margin-top: 30px;
height:100px;
background-color: yellow;
}
.Second{
margin-top: 30px;
height:100px;
background-color: yellow;
}
.Third{
margin-top: 30px;
height:100px;
background-color: yellow;
}
a{
text-decoration: none;
color: black;
float:right;
}
footer img {
height:60px;
float: right;
}
</style>
<body>
<header class="container_12">
<h1 class="grid_12"><img src="img/hey.jpg"> Best Things About you <img src="img/hey.jpg"></h1>
</header>
<section>
<div class="First">
<h1>Bubbly & Fun </h1>
<p class="grid_12"> <b>1)</b> First things first, this was kinda hard making okay ?
I shall show you the code tomorrow if I get time. So lets seee ummmm. Oh yeah I wrote the heading on top. So yeah , you always have thi amazing glow around you , which cheers everyone up instantly. People don't realise it maybe fake at times but that never stops you from getting people in the right mood to smile and all. Started with a light one, agay agay dekho kya aata hai.
</p>
</div>
<br>
<div class="Second">
<h1>Amazing</h1>
<p class="grid_12"> <b> 2)</b> So you must think i ran out of ideas right ? But nooooo, you actually are an amzing human being. I really greatful to meet someone like you and I bet everyone you've met thinks the same. You literally are one of the most amazing people I have seen , like literally if you could touch me and change my life, imagine what all you are capable of. People say this guy is amazing that girl is amazing but yeah , you truly do deserve that title.<b>(</b> Now you'll think zyaada ho gaya , but trust me this is less <b>).</b>
</p>
</div>
<br>
<div class="Third">
<h1>Couldn't find a title</h1>
<p class="grid_12"> <b> 3) </b>
So, lets see. What to write. I actually don't know. But again you're amazing and you have an entire life ahead of you. But there will be things and people holding you back. The trick is to realise......yeah there is no trick. All you need is one good friend I guess ? Anyways, I'll be there with you this entire time I guess , making you laugh being a chutiya not able seriously taken<b>(Fuck my life)</b>. What I want to say is, you can trust me I want to be there for you.
And also I talk about deflecting topics etc etc, have you noticed my deflecting is kinda similar to yours ?
</p>
</div>
<br>
</section>
<footer>
<img src="img/Minion1.jpeg" alt="">
<a href="Fragments.html"> Butt Bump ?</a>
</footer>
</body>
</html>