Advertisement
wildanfuady

Untitled

Nov 3rd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. <div id="footer">
  2. <div class="left">
  3. <h2>UBER HOME</h2>
  4. <p>
  5. Copyright &copy; Uber J33. All Right Reserved. Designed by <u>JoomlArt.com</u>
  6. <u>Joomla</u> is Free Software releaser under the <u>GNU General Public License</u>
  7. </p>
  8. <p>
  9. <i class="fab fa-facebook-f"></i>
  10. <i class="fab fa-twitter"></i>
  11. <i class="fab fa-google"></i>
  12. <i class="fab fa-pinterest-p"></i>
  13. </p>
  14. </div>
  15. <div class="right">
  16. <p>Subscribe to our email list and stay up-to-date with all our awesome releases and latest updates</p>
  17. <input type="email" placeholder="Type your email">
  18. <button>Subscribe</button>
  19. </div>
  20. </div>
  21.  
  22. #footer{
  23. height: 70px;
  24. background: #1a1919;
  25. padding: 30px;
  26. height: 180px;
  27. font-family: Arial, Helvetica, sans-serif;
  28. }
  29. .left{
  30. width: 500px;
  31. height: 150px;
  32. padding-left: 60px;
  33. color: #726e6e;
  34. float: left;
  35. }
  36. .right{
  37. width:500px;
  38. padding: 20px;
  39. margin-left: 100px;
  40. color: #726e6e;
  41. float: left;
  42. background: rgb(44, 43, 43);
  43. }
  44. .right input{
  45. float: left;
  46. outline: none;
  47. border: none;
  48. height: 40px;
  49. width: 400px;
  50. padding: 10px;
  51. }
  52. .right button{
  53. background: #0299e7;
  54. border: 2px solid #0299e7;
  55. color: white;
  56. height: 40px;
  57. }
  58. i{
  59. padding: 20px;
  60. background: #2a2a2a;
  61. color: white;
  62. border-radius: 50px;
  63. margin: 0px 5px;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement