Skip to content

Commit cf90e12

Browse files
committed
Updated Seeds page
1 parent 92ae562 commit cf90e12

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

seeds/index.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,17 @@
4545
text-align: center;
4646
font-size: 1em;
4747
border: 2px solid black;
48-
outline: 2px solid #667C96;
48+
box-shadow:
49+
-2px 0 0 #667C96,
50+
2px 0 0 #667C96,
51+
0 -2px 0 #667C96;
4952
border-bottom: 2px solid rgba(0, 0, 0, 0.3);
53+
z-index: 1;
54+
justify-content: center;
55+
display: flex;
56+
align-items: center;
57+
gap: 8px;
58+
image-rendering: pixelated;
5059
}
5160
.tab-btn:hover {
5261
background: #5588cc;
@@ -72,8 +81,9 @@
7281
position: relative;
7382
left: 2px;
7483
border: 2px solid black;
75-
border-top: none;
84+
border-top: 2px solid #667C96;
7685
margin-bottom: 2px;
86+
bottom: 2px;
7787
}
7888

7989
</style>
@@ -111,9 +121,15 @@
111121

112122
<div class="tab-container" style="margin-top: 7em;">
113123
<div class="tab-buttons">
114-
<button class="tab-btn active" data-tab="tab1">Terrain</button>
115-
<button class="tab-btn" data-tab="tab2">Structures</button>
116-
<button class="tab-btn" data-tab="tab3">Other</button>
124+
<button class="tab-btn active" data-tab="tab1">
125+
<img src="/img/gui/oreui/maps.png">Terrain
126+
</button>
127+
<button class="tab-btn" data-tab="tab2">
128+
<img src="/img/gui/oreui/resourcepacks.png">Structures
129+
</button>
130+
<button class="tab-btn" data-tab="tab3">
131+
<img src="/img/gui/oreui/other.png">Other
132+
</button>
117133
</div>
118134
<div class="tab-content">
119135
<div class="tab-panel active" id="tab1">Content for Tab 1</div>

0 commit comments

Comments
 (0)