Jump to content

Recommended Posts

Posted

Probóje dodac pokaz plikow na strone główna zeby było w 3 kolumnach uzyłem kodu i to duzo z ChatGPT ale dostaje rezultal w jednej kolumnie 😕

image.thumb.png.a9fcf1740423c6a7c165597b96719df3.png

 

Kod taki:

 

<style>
.mod-container {
  column-count: 2;
  column-gap: 20px;
  padding: 20px;
}

.mod-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  break-inside: avoid-column;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mod-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.mod-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mod-card h4 {
  margin: 10px 0 5px;
  font-size: 1.1em;
}

.mod-card p {
  margin: 0 0 10px;
  color: #555;
  font-size: 0.9em;
}

.mod-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 12px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
}

.mod-button:hover {
  background-color: #0056b3;
}
</style>
<div class="mod-container">
  <div class="mod-card">
    <img src="https://example.com/mod1.jpg" alt="Mod 1">
    <h4> Super Mod 1</h4>
    <p>Autor: ModMaster</p>
    <a href="#" class="mod-button">Więcej informacji</a>
  </div>
  <!-- IPS wygeneruje więcej kart automatycznie -->
</div>

 

jak uzyskać to w 2 kolumnach?

logo.png.519590789bae8db2833a4ecc09316aef.png

  • Manager
Posted

Problem ROZWIĄZANY. Jeśli są jakiekolwiek wątpliwości, pytania proszę o założenie nowego tematu.

Wszelkie uzasadnione reklamacje/pretensje/sugestie/rady przyjmuje ekipa forum.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.