Jump to content

Adaugare Meniu Reclama Si Tag Special In Css


Go to solution Solved by Courage,

Recommended Posts

Posted

Salut as dori sa adaug intr-un loc de pe forum un coltisor special pentru reclame , dar nu stiu cum sa-l creez codul de css am reusit sa-l fac dar mai departe nu stiu :

 

cod css:

.reclama {
               float:right;
               border-top: 1px solid #393939;
               border-left: 1px solid #393939;
               border-right: 1px solid #393939;
               border-bottom: 1px solid #393939;
}

 

Tema pe care vreau sa adaug acest tip de reclama este un carbon editat de mine si cam acesta ar fi locul :)

 

8nNlHcu.png

  • Moderators
  • Solution
Posted
.reclama {
               float:right;
               border-top: 1px solid #393939;
               border-left: 1px solid #393939;
               border-right: 1px solid #393939;
               border-bottom: 1px solid #393939;
}
.reclama {
               float:right;
               border: 1px solid #393939;
}

Codul lui gaby pentru circuitul de mai sus e

<div style="position: absolute; top: 120px; right: 20px;">
<img src="link_imagine" />
</div>

Uita-te peste el :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • 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.