style.css 681 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. img{
  2. width: 150px;
  3. height: 150px;
  4. float: left;
  5. }
  6. body{
  7. background-color: rgb(210, 247, 242);
  8. }
  9. span{
  10. font-size: 17px;
  11. }
  12. div.container{
  13. width: 980px;
  14. background-color: white;
  15. }
  16. .container textarea{
  17. margin: 20px 0 20px 0;
  18. }
  19. .btn-foto{
  20. margin-top: 20px;
  21. display: inline-block;
  22. background: grey;
  23. color: black;
  24. }
  25. .btn-form-comment{
  26. margin-top: 20px;
  27. float: right;
  28. }
  29. .text{
  30. font-weight: 700;
  31. font-size: 20px;
  32. }
  33. .main-comments{
  34. margin: 40px 40px;
  35. }
  36. .comment-form{
  37. margin-left: 180px;
  38. }
  39. .float-right{
  40. float: right;
  41. }
  42. .block {
  43. display: block;
  44. }
  45. .second-comments{
  46. margin: 40px 0 0 70px;
  47. height: 180px;
  48. }