Guest User

Untitled

a guest
Dec 9th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. .carousel-inner img {
  2. width: 100%;
  3. max-height: 460px;
  4. }
  5. .carousel-inner{
  6. height: 400px;
  7. width: 500px;
  8. margin:0 auto;
  9. }
  10.  
  11. body{
  12. background-color:burlywood
  13. ;
  14. }
  15. .centrado ul li{
  16. text-align:center;
  17.  
  18. }
  19. .centrado ul{
  20. padding-top:15px;
  21. text-align:center;
  22. list-style: none;
  23.  
  24. }
  25. .derecha{
  26. padding-right: 15%;
  27. }
  28. .izquierda{
  29. padding-left: 3%;
  30. }
  31. .form-group{
  32. margin: 0px;
  33. }
  34. .formulario{
  35. margin-top:40px;
  36. }
  37. .footer{
  38. background-color:dimgrey;
  39. color:aliceblue;
  40. margin-top:30px ;
  41. }
  42. .tarjeta{
  43. padding:10px;
  44. }
  45.  
  46. .prueva1{
  47. padding-top: 30px;
  48. }
  49. body{
  50. font-family: 'Roboto', sans-serif;
  51. }
  52. .boton{
  53. margin-bottom: 30px;
  54. }
Add Comment
Please, Sign In to add comment