Commit fafd2866bcc9f25c912282002c3aa4cd4c7ee5d5
1 parent
0d1eac74
Test
Showing
2 changed files
with
23 additions
and
1 deletions
Show diff stats
site/css/style.css
@@ -62,3 +62,22 @@ a, a:hover { | @@ -62,3 +62,22 @@ a, a:hover { | ||
62 | .logo { | 62 | .logo { |
63 | text-align:center; | 63 | text-align:center; |
64 | } | 64 | } |
65 | + | ||
66 | +/* Page d'accueil */ | ||
67 | + | ||
68 | +#multicouche { | ||
69 | + position: relative; | ||
70 | +} | ||
71 | +#multicouche img { | ||
72 | + position: absolute; | ||
73 | + top: 0; | ||
74 | + left: 0; | ||
75 | +} | ||
76 | + | ||
77 | +#coucheinf { | ||
78 | + z-index: 1; | ||
79 | +} | ||
80 | + | ||
81 | +#couchesup { | ||
82 | + z-index: 2; | ||
83 | +} |
site/network.php
@@ -2,6 +2,9 @@ | @@ -2,6 +2,9 @@ | ||
2 | <br/> | 2 | <br/> |
3 | <br/> | 3 | <br/> |
4 | <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> | 4 | <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> |
5 | - <img src="img/empty.jpg" alt="empty" style="width: 100%; height: auto;"/> | 5 | + <div id="multicouche"> |
6 | + <div id="coucheinf"><img src="img/empty.jpg" alt="empty" style="width: 100%; height: auto;"/></div> | ||
7 | + <div id="couchesup"><img src="img/pi.png" alt="pi" style="width: 100%; height: auto;"/></div> | ||
8 | + </div> | ||
6 | </div> | 9 | </div> |
7 | </div> | 10 | </div> |