File tree Expand file tree Collapse file tree 1 file changed +107
-1
lines changed Expand file tree Collapse file tree 1 file changed +107
-1
lines changed Original file line number Diff line number Diff line change 1
- Hello World
1
+ < html >
2
+ < head >
3
+ < title > Hello World!</ title >
4
+ < meta charset ="UTF-8 ">
5
+ < style type ="text/css ">
6
+ * {
7
+ font-family : Fixed, Courier, serif;
8
+ }
9
+
10
+ a : link {
11
+ color : # 000000 ;
12
+ text-decoration : none
13
+ }
14
+
15
+ a : visited {
16
+ color : # 000000 ;
17
+ text-decoration : none
18
+ }
19
+
20
+ a : hover {
21
+ color : # 3366CC ;
22
+ text-decoration : underline
23
+ }
24
+
25
+ a : active {
26
+ color : # 000000 ;
27
+ text-decoration : none
28
+ }
29
+
30
+ body {
31
+ position : absolute;
32
+ top : 50% ;
33
+ right : 50% ;
34
+ height : 240px ;
35
+ margin-top : -120px ;
36
+ }
37
+
38
+ h1 {
39
+ font-size : 18pt ;
40
+ text-align : left
41
+ }
42
+
43
+ p {
44
+ font-size : 10pt ;
45
+ display : block;
46
+ margin-left : auto;
47
+ margin-right : auto;
48
+ width : 6em
49
+ }
50
+
51
+ sdf {
52
+ position : fixed;
53
+ bottom : +10 ;
54
+ right : +10 ;
55
+ }
56
+
57
+ header {
58
+ position : fixed;
59
+ top : +10 ;
60
+ left : +10 ;
61
+ }
62
+
63
+ # span .dropt {border-bottom : thin dotted; background : # ffeedd ;}
64
+
65
+ span .dropt : hover {
66
+ text-decoration : none;
67
+ background : # ffffff ;
68
+ z-index : 6 ;
69
+ }
70
+
71
+ span .dropt span {
72
+ position : absolute;
73
+ left : -9999px ;
74
+ margin : 20px 0 0 0px ;
75
+ padding : 3px 3px 3px 3px ;
76
+ }
77
+
78
+ span .dropt : hover span {
79
+ left : 2% ;
80
+ background : # ffffff ;
81
+ }
82
+
83
+ span .dropt span {
84
+ position : absolute;
85
+ left : -9999px ;
86
+ margin : 4px 0 0 0px ;
87
+ padding : 3px 3px 3px 3px ;
88
+ }
89
+
90
+ span .dropt : hover span {
91
+ margin : 20px 0 0 170px ;
92
+ background : # ffffff ;
93
+ z-index : 6 ;
94
+ }
95
+ </ style >
96
+ </ head >
97
+ < body >
98
+ < header > < h1 > anthore.net</ h1 > < br /> </ header >
99
+ < h1 > < span class ="dropt " title ="me "> me+
100
+ < span style ="width:500px; "> < img src ="pics/photo.jpg " /> </ span >
101
+ </ span > </ h1 >
102
+ < p > < a href ="https://plus.google.com/u/0/108763150415228875010 "> google+</ a > </ p >
103
+ < p > < a href ="https://twitter.com/@fanthore "> twitter+</ a > </ p >
104
+ < p > < a href ="http://ca.linkedin.com/in/fanthore "> linkedin+</ a > </ p >
105
+ < p > < a href ="http://blog.anthore.net "> blog+</ a > </ p >
106
+ < sdf > < a href =http://sdf.org/ > < img src =http://sdf.org/sdfbanner.png /> </ a > </ sdf >
107
+ </ body > </ html >
You can’t perform that action at this time.
0 commit comments