-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont family.htm
83 lines (82 loc) · 2.45 KB
/
font family.htm
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
<html>
<head>
<title>
NURSERY RYHMES
</title>
<h1 style="color:gold; font-family:algerian;" align="center">NURSERY RHYMES</h1>
<style>
body
{
background-image:url("https://bit.ly/2Ya0bjo");
background-repeat:repeat;
background-size: 1366px 768px;
}
#sufiya
{
text-align:center;color:black;
font-family:inherit;
font-size:25px;
font-style:oblique;
}
#sufi
{
text-align:left;color:yellow;
font-family:cursive;
font-size:25px;
font-style:normal;
}
#ahmed
{
text-align:center;color:red;
font-family:fantasy;
font-size:25px;
font-style:oblique;
}
#suffan
{
text-align:right;color:orangered;
font-family:monospace;
font-size:25px;
font-style:italic;
}
div.relative
{
position:static;
bottom:0;
right:0;
width:300px;
border:3px solid;
color:black;
}
</style>
</head>
<body>
<p id="sufiya">
Mary had a little lamb,<br>
Little lamb, little lamb.<br>
Mary had a little lamb,<br>
Its fleece was white as snow<br>
</p>
<p id="sufi">
And ev'ry where that Mary went,<br>
Mary went, Mary went.<br>
Evrywhere that Mary went,<br>
The lamb was sure to go.<br>
</p>
<p id="ahmed">
It followed her to school one day,<br>
School one day, school one day<br>
It followed her to school one day,<br>
Which was against the rule.<br>
</p>
<p id="suffan">
It made the children laugh and play,<br>
Laugh and play, laugh and play.<br>
It made the children laugh and play,<br>
To see a lamb at school.<br>
</p>
<div class="relative">
U WON'T READ,SERIOUSLY!!??
</div>
</body>
</html>