Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <div class="card-title cardtext">
  2. <p>Header Title</p>
  3. </div>
  4.  
  5. div
  6. {
  7. position: relative;
  8. display: block;
  9.  
  10. height: 100px;
  11. width: 100%;
  12.  
  13. background-color: #000;
  14. }
  15.  
  16. p{
  17. position: relative;
  18. display: inline-block;
  19.  
  20. background-color: #3d3d3d;
  21. color: #fff;
  22.  
  23. width: auto;
  24. padding: 0px;
  25. margin: 0px;
  26.  
  27. font-size: 24px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement