-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (53 loc) · 1.52 KB
/
index.html
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
<html>
<head>
<title>300000kilometresparseconde</title>
<style type="text/css"/>
body { background: #C0C0C0; }
.portailBloc {
width:65%;
margin:10% 0% 0% 16%;
text-align:center; }
a { color: white;
font: italic 25px Courier, monospace;
text-decoration:underline;
}
a:link {color: white;
font: italic 1.6em Courier, monospace; }
a:visited { color: white }
a:hover {
font-weight: bold;
}
nav ul { margin:2% 0% 0% 0%;
}
nav li {
list-style-type : none;
display:inline-block;
margin:0% ; }
.menu {
width:104.5%;
heigth:100%;
}
#col1 { margin-left:-4%;
padding-right:10%; }
#col2 { padding-right:10%;
text-align:left; }
#col4 { text-align : right; }
</style>
</head>
<body>
<div class="portailBloc">
<img src="img/entete_blog_2017.jpg" >
<div class="menu">
<nav>
<ul>
<li id="col1"><a href="https://francis-realisation.blogspot.com"> BLOG </a> </li><!-
--><li id="col2"><a href="blog300kms_page1.php"> AUTOUR DE 300 000 KILOMETRE PAR SECONDE </a> </li><!-
--><li id="col2"><a href="https://vimeo.com/user5681717"> VIMEO </a> </li><!-
--><li id="col4"><a href="mailto:clementcourcier@live.fr"> CONTACT </a> </li>
</ul>
</nav>
</div>
</div>
</body>
</html>