Skip to content

Commit

Permalink
Reverted back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandocaraballo committed Mar 13, 2017
1 parent 15d7f25 commit 7288a07
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions 01-web-dev-basics/position.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charsesdfdsfdsfst="utf-8">
<meta charset="utf-8">
<title>Positioning</title>
<style media="screen">
p {
border: 1px solid black;
background: green;
color: white;sdfdsfds
color: white;
padding: 10px;
}

#special {
positio129821793-82131n: absolute;
position: absolute;
background: blue;
}

Expand All @@ -23,15 +23,11 @@
</head>
<body>
<p>P 1</p>
< p>P 2</p>
<p>Pdsfssd 3</p>

sdfsfsffs


<p>P 2</p>
<p>P 3</p>

<div>
<p id="special">P 4</p>
<p id="special">P 4</p>
</div>
</body>
</html>

0 comments on commit 7288a07

Please sign in to comment.