Guest User

Untitled

a guest
Apr 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <div class="footer">
  2.  
  3. <div class="co_footer_content">
  4.  
  5. <button class="func_button" >
  6. <span class="func_button_ico"></span>
  7. </button>
  8.  
  9. <p class="footer_txt">Small one liner {{varContent}}</p>
  10.  
  11. </div>
  12. </div>
  13.  
  14. .co_footer{
  15. height: 87px;
  16. height: 87px;
  17. position: fixed;
  18. bottom: 0;
  19. width: 100%;
  20. background-color: #ffffff;
  21. }
  22.  
  23. .func_button{
  24. background: transparent;
  25. border: 0;
  26. height: 44px;
  27. width: 44px;
  28. margin: auto;
  29. display:block;
  30. position: absolute;
  31. cursor: pointer;
  32. left: 0;
  33. margin-left: auto;
  34. margin-right: auto;
  35. }
  36.  
  37. .func_button_ico{
  38. background:url(./assets/func_button.png) no-repeat top left;
  39. display: inline-block;
  40. margin: auto;
  41. height: 44px;
  42. width: 44px;
  43. float: right;
  44. }
  45.  
  46. .co_footer_txt{
  47. text-align: center;
  48. padding: 0;
  49. margin:0;
  50. }
Add Comment
Please, Sign In to add comment