add prep info and make layout better
This commit is contained in:
31
index.html
31
index.html
@@ -57,6 +57,10 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
input[type="radio"] {
|
||||
display: none;
|
||||
}
|
||||
@@ -281,20 +285,14 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div id="tab7-content" class="tab-content">
|
||||
<div style="display: flex; gap: 2rem; justify-content: space-around">
|
||||
<div>
|
||||
<h3>BSF Duel Info</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/watch?v=bybzBLT7nBo" target="_blank">BSF Duel Cheeses</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=QBqxAWhc1y8" target="_blank">BSF-Z1 Duel Guide (Aces High/Gabriel)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=KsG5ji5toSo" target="_blank">BSF-Z2 Duel Guide (Beast of Man/Lyon)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=zUDYU7iX_mY" target="_blank">BSF-Z3 Duel Guide (And the Flames Went Higher/Sartauvoir)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="display: flex; gap: 2rem; justify-content: space-around; flex-wrap: wrap">
|
||||
<div>
|
||||
<h3>Lost Flare Star Cheese Text Guide</h3>
|
||||
<ol>
|
||||
<li>As SMN, target a striking dummy in camp.</li>
|
||||
<li>Return to camp and swap to SMN</li>
|
||||
<li>Buff yourself with "Lost Bravery", "Lost Protect II", "Lost Shell II" and "Lost Bubble".</li>
|
||||
<li>Use a "Resistance Reraiser", "Resistance Potion Kit", "Resistance Ether Kit", and "(Deep) Essence of the Ordained".</li>
|
||||
<li>Target a striking dummy in camp.</li>
|
||||
<li>Wait for duel timer to hit 0:20.</li>
|
||||
<li>Use "Lost Excellence", overslot with "Lost Chainspell".</li>
|
||||
<li>Use "Lost Chainspell", overslot with "Lost Font of Magic".</li>
|
||||
@@ -307,6 +305,16 @@
|
||||
<li>Profit.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div style="display: flex; gap: 2rem; justify-content: space-around; flex-wrap: wrap; flex-direction: column">
|
||||
<div>
|
||||
<h3>BSF Duel Info</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/watch?v=bybzBLT7nBo" target="_blank">BSF Duel Cheeses</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=QBqxAWhc1y8" target="_blank">BSF-Z1 Duel Guide (Aces High/Gabriel)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=KsG5ji5toSo" target="_blank">BSF-Z2 Duel Guide (Beast of Man/Lyon)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=zUDYU7iX_mY" target="_blank">BSF-Z3 Duel Guide (And the Flames Went Higher/Sartauvoir)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Zad Duel Info</h3>
|
||||
<ul>
|
||||
@@ -319,6 +327,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<p>~</p>
|
||||
<p>Site developed by <a href="https://github.com/Burn-E99/" target="_blank">Ean Milligan</a>. Last updated 2026-01-18.</p>
|
||||
|
||||
Reference in New Issue
Block a user