Advertisement
NecromancerCoding

Afiliación

Apr 10th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <div class="firenze">
  2. <a href=""><div class="firenzeimg" style="background-image: url(https://i.imgur.com/5Mgl7C3.png)"></div></a>
  3. <div class="firenzebody">
  4. <div class="firenzetxt">
  5. <m>AMBIENTACIÓN</m>
  6. <p style="text-align: justify;">La ambientación irá aquí.</p>
  7. </div>
  8. <div class="firenzetxt">
  9. <m>BOTONES</m>
  10. <div style="text-align: center;"><a href=""><img src="http://via.placeholder.com/50"/></a>
  11. [code]<a href=""><img src="http://via.placeholder.com/50"/></a>[/code]
  12. </div>
  13. </div>
  14. </div>
  15. </div>
  16.  
  17. <style type="text/css">.firenze { width: 480px; height: 400px; border: 1px solid #fff; outline: 1px solid #ccc; margin: 10px auto; padding: 10px; background: #eee; } .firenze .firenzeimg, .firenze .firenzebody { display: inline-block; vertical-align: top; } .firenze .firenzeimg { width: 200px; height: 400px; border: 1px solid #fff; outline: 1px solid #ddd; margin-right: 10px; background-position: center; } .firenzebody { width: 264px; } .firenze .firenzetxt { background: #f5f5f5; height: 194px; border: 1px solid #fff; outline: 1px solid #ddd; } .firenze .firenzetxt:first-of-type { margin-bottom: 10px; } .firenze .firenzetxt m, .firenze .firenzetxt p, .firenze .firenzetxt div{ display: block; margin: 0 auto; } .firenze .firenzetxt m { background: #e88f69; color: white; text-align: center; height: 20px; font: 10px calibri; line-height: 20px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); } .firenze .firenzetxt p, .firenze .firenzetxt div { border: 10px solid #f5f5f5; padding-right: 3px; overflow: auto; font: 12px calibri; color: #111; line-height: 15px; height: 154px; } .firenze>br, .firenzebody>br, .firenzetxt>br { display: none; }</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement