Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .flex-container {
  2. text-align: center;
  3. display: block;
  4. }
  5.  
  6.  
  7. .center {
  8. display: block;
  9. margin-left: auto;
  10. margin-right: auto;
  11.  
  12. }
  13.  
  14. .center input {
  15. display: block;
  16. margin-left: auto;
  17. margin-right: auto;
  18. }
  19.  
  20. .center img {
  21. display: block;
  22. margin-left: auto;
  23. margin-right: auto;
  24. }
  25.  
  26.  
  27.  
  28. .topnav {
  29. overflow: hidden;
  30. }
  31.  
  32. .topnav a {
  33. float: right;
  34. font-family: Arial, Helvetica, sans-serif;
  35. float: right;
  36. display: block;
  37. color: black;
  38. text-align: center;
  39. padding: 14px 16px;
  40. text-decoration: none;
  41. font-size: 14px;
  42. }
  43.  
  44. .topnav img {
  45. float: right;
  46. }
  47.  
  48.  
  49. .footer {
  50. position: fixed;
  51. left: 0;
  52. bottom: 0;
  53. width: 100%;
  54. background-color: gray;
  55. color: white;
  56. text-align: right;
  57. font-family: Arial, Helvetica, sans-serif;
  58. }
  59.  
  60. .footer p {
  61.  
  62. }
  63.  
  64. .left {
  65. text-align: left;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement