More actions
No edit summary |
Items organized |
||
Line 1: | Line 1: | ||
<div style="background-color: #000000; padding: | <div style="background-color: #000000; padding: 30px; border-radius: 20px; width: 90%; margin: auto; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); font-family: 'Roboto', sans-serif;"> | ||
<h2 style="color: # | <h2 style="color: #FF4500; text-align: center; font-size: 3em; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);">Items</h2> | ||
<div style="display: | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px;"> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[Medical Supplies]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[Food & Drink]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[General Loot]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[Backpack Types]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[Garden Stuff]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[Weapons & Ammunition]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[Tools & Miscellaneous]]</h3> | ||
</div> | </div> | ||
<div style=" | <div style="background: #1a1a1a; padding: 20px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; height: 100px;"> | ||
<h3 style="color: # | <h3 style="color: #FF4500; font-size: 1.5em; margin: 0;">[[420 Stuff]]</h3> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |