1 parent 61971f9 commit 910ca26Copy full SHA for 910ca26
2 files changed
all.css
@@ -261,12 +261,9 @@ Full-Width Styles
261
}
262
263
#mypic {
264
- display: block;
265
- position: absolute;
+ float: right;
266
width: 166px;
267
height: 166px;
268
- right: 166px;
269
- top: 83px;
270
border-radius: 10px;
271
272
index.html
@@ -17,14 +17,15 @@
17
<!-- HEADER -->
18
<div id="header_wrap" class="outer">
19
<header class="inner">
20
- <h1 id="title">Ofer Belinsky</h1>
+ <h1 id="title">
21
+ Ofer Belinsky
22
+ <img id="mypic" src="images/Ofer.jpg" />
23
+ </h1>
24
</header>
25
</div>
26
27
<!-- MAIN CONTENT -->
28
<div id="main_content_wrap" class="outer">
- <img id="mypic" src="images/Ofer.jpg" />
-
29
<section id="main_content" class="inner">
30
Welcome to my humble abode on the web !
31
<p>
0 commit comments