Skip to content

Commit 910ca26

Browse files
committed
reposition picture
1 parent 61971f9 commit 910ca26

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

all.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,9 @@ Full-Width Styles
261261
}
262262

263263
#mypic {
264-
display: block;
265-
position: absolute;
264+
float: right;
266265
width: 166px;
267266
height: 166px;
268-
right: 166px;
269-
top: 83px;
270267
border-radius: 10px;
271268
}
272269

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
<!-- HEADER -->
1818
<div id="header_wrap" class="outer">
1919
<header class="inner">
20-
<h1 id="title">Ofer Belinsky</h1>
20+
<h1 id="title">
21+
Ofer Belinsky
22+
<img id="mypic" src="images/Ofer.jpg" />
23+
</h1>
2124
</header>
2225
</div>
2326

2427
<!-- MAIN CONTENT -->
2528
<div id="main_content_wrap" class="outer">
26-
<img id="mypic" src="images/Ofer.jpg" />
27-
2829
<section id="main_content" class="inner">
2930
Welcome to my humble abode on the web !
3031
<p>

0 commit comments

Comments
 (0)