summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/arstechnica-margin.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/haveproblems/arstechnica-margin.html')
-rw-r--r--legacy/haveproblems/arstechnica-margin.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/legacy/haveproblems/arstechnica-margin.html b/legacy/haveproblems/arstechnica-margin.html
new file mode 100644
index 0000000..4c85177
--- /dev/null
+++ b/legacy/haveproblems/arstechnica-margin.html
@@ -0,0 +1,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>