-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-us.html
55 lines (49 loc) · 1.83 KB
/
header-us.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
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>BIHM - notre projet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Thumbnail Proximity Effect with jQuery and CSS3" />
<meta name="keywords" content="thumbnails, jquery, proximity, effect, css3, scale, mouse, hover" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style-us.css" />
<style type="text/css">
#first {
width: 285px;
height: 30px;
float:left;
border: 0px;
margin: 25px 0px 10px 0px;
overflow: hidden;
padding: 0px 0px 0px 13px;
}
#second {
width: 115px;
height: 30px;
float:right;
border: 0px;
overflow: hidden; /* if you don't want #second to wrap below #first */
margin: 25px 0px 10px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
}
</style>
<div>
<div id="first">
<!--title of the project/app -->
<a style="color:white;font-size:190%;" href="./index.php">BIHM: books x objects</a>
</div>
<div id="second">
<!-- back home -->
<a style="color:white;font-size:120%;" href="./index.php">Page d'accueil</a>
</div>
</div>
<br></br>
<br></br>
<!-- end -->