Skip to content

Commit 247df08

Browse files
committed
chrome
1 parent 441e370 commit 247df08

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

css/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ html, body {
5050
position:relative;
5151
}
5252

53+
#chrome{
54+
background: url('../img/chrome.png');
55+
width:189px;
56+
height:29px;
57+
position:absolute;
58+
top:20px;
59+
left:20px;
60+
}
61+
5362
#header #paysage{
5463
width:960px;
5564
height:150px;

img/chrome.png

4.38 KB
Loading

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body onload="page_init()">
1111
<header id="header">
12+
<div id="chrome"></div>
1213
<div id="paysage">
1314
<h1><a href="index.html">WINTER IS COMING</a></h1>
1415
</div>

0 commit comments

Comments
 (0)