blob: 51c634f6cb3527b2217e433b97954c23c0ba14eb (
plain)
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
|
<html>
<head> <title> Site update note </title>
<style type="text/css">
.title {background-color: orange}
</style>
</head>
<body>
<hr>
<h3 class="title">Check for underline, overline and strike line thickness:</h3>
<hr>
<p style="font-size: 500%;">
<s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span>
<p style="font-size: 400%;">
<s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span>
<p style="font-size: 300%;">
<s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span>
<p style="font-size: 200%;">
<s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span>
<p style="font-size: 100%;">
<s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span>
<p style="font-size: 50%;">
<s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span>
<hr>
<p><h1><u><s>project has</s></u> <s>moved</s> <u>here!</u></h1>
<p><h2><u><s>project has</s></u> <s>moved</s> <u>here!</u></h2>
<p><h3><u><s>project has</s></u> <s>moved</s> <u>here!</u></h3>
<p><h4><u><s>project has</s></u> <s>moved</s> <u>here!</u></h4>
<p><h5><u><s>project has</s></u> <s>moved</s> <u>here!</u></h5>
<p><h6><u><s>project has</s></u> <s>moved</s> <u>here!</u></h6>
<hr>
</body>
</html>
|