Guest User

Untitled

a guest
Jun 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. * { box-sizing: border-box; }
  2.  
  3. #contact{
  4. background-image: url("../img/image51.jpg");
  5. /*Add a background image*/
  6. background-attachment: fixed;
  7. /*Give the background a fixed position does it not scroll when you scroll*/
  8. background-size: cover;
  9. /*Have the background cover the entire div section*/
  10. color: white;
  11. /*Change the color of the text on top so it is readable and adjust the padding as needed.*/
  12. padding:100px;
  13. padding-top: 50px;
  14. height: 400px;
  15. }
  16.  
  17. .anchor {
  18. padding-top: 50px;
  19. }
  20. .navbar {
  21. text-transform: uppercase;
  22. }
  23. body {
  24. position: relative;
  25. }
  26. h3{
  27. padding-top: 10px;
  28.  
  29. }
  30. a:hover {
  31. display: block;
  32. color: #ff0;
  33. text-decoration: none;
  34. transition: color 600ms;
  35. }
  36. s
  37. .carousel {
  38. margin-left: -15px;
  39. margin-right: -15px;
  40. }
  41. .img-responsive {
  42. display: block;
  43. max-width: 100%;
  44. height: auto;
  45. margin: 10px;
  46. border: -10px;
  47. padding:-10px;
  48. }
  49. #div class row{
  50. text-align: left;
  51. }
  52. .contact p {
  53. background-color: purple;
  54. }
Add Comment
Please, Sign In to add comment