Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit d9c6bf5

Browse files
authored
Update index.html
Signed-off-by: Blake Arnold <[email protected]>
1 parent 70d9ae1 commit d9c6bf5

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

index.html

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,26 @@
1111
#tabs {
1212
display: flex;
1313
justify-content: center;
14-
margin: 24px 0 0 0;
14+
margin: -28px 0 0 0; /* negative top margin to overlap above-tabs */
15+
position: relative;
16+
z-index: 2;
17+
}
18+
19+
.above-tabs {
20+
display: flex;
21+
justify-content: center;
22+
align-items: center;
23+
background: #f7f7f7;
24+
border: 1px solid #bbb;
25+
border-radius: 8px 8px 0 0;
26+
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.06);
27+
padding: 10px 24px 38px 24px; /* increased bottom padding for space under */
28+
margin: 32px auto 0 auto;
29+
max-width: 480px;
30+
gap: 14px;
31+
position: relative;
32+
top: 24px;
33+
z-index: 1;
1534
}
1635
.tab {
1736
background: #f7f7f7;
@@ -52,21 +71,7 @@
5271
.tab-content.active {
5372
display: block !important;
5473
}
55-
.above-tabs {
56-
display: flex;
57-
justify-content: center;
58-
align-items: center;
59-
background: #f7f7f7;
60-
border: 1px solid #bbb;
61-
border-radius: 8px 8px 0 0;
62-
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.06);
63-
padding: 10px 24px 10px 24px;
64-
margin: 32px auto 0 auto;
65-
max-width: 480px;
66-
gap: 14px;
67-
position: relative;
68-
top: 24px;
69-
}
74+
7075
.above-tabs input[type="text"],
7176
.above-tabs input[type="number"] {
7277
width: 180px;

0 commit comments

Comments
 (0)