summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/arstechnica-margin.html
blob: 4c85177699d4562ea4c0901c99f2853a55839720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<style>
html,body{
	background:#201f25;
	margin:0;
	padding:0}

#features-slider{
	margin-top:-60px;
	padding-bottom:5px}

.bubble{
	background:red;
	margin-top:-10px;
	height: 20px;}
</style>
</head>
<body style="padding-top:60px;">

    <div id="features-slider">
      <div class="bubble">
        <div style="background: yellow; height:10px;"></div>
      </div>
    </div>