add prep info and make layout better
This commit is contained in:
47
index.html
47
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,14 +305,25 @@
|
||||
<li>Profit.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Zad Duel Info</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/watch?v=ZGQPgT1gWuE" target="_blank">Zad Duel Cheeses</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=q1XxoE2GUkk" target="_blank">Zad-Z1 Duel Guide (The Broken Blade/Dabog)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=6yeC-w5qNpM" target="_blank">Zad-Z2 Duel Guide (The Head of the Snake/Menenius)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=Cniwova35KQ" target="_blank">Zad-Z3 Duel Guide (Taking the Lyon's Share/Lyon Rematch)</a></li>
|
||||
</ul>
|
||||
<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>
|
||||
<li><a href="https://www.youtube.com/watch?v=ZGQPgT1gWuE" target="_blank">Zad Duel Cheeses</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=q1XxoE2GUkk" target="_blank">Zad-Z1 Duel Guide (The Broken Blade/Dabog)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=6yeC-w5qNpM" target="_blank">Zad-Z2 Duel Guide (The Head of the Snake/Menenius)</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=Cniwova35KQ" target="_blank">Zad-Z3 Duel Guide (Taking the Lyon's Share/Lyon Rematch)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user