Advertisement
Guest User

css

a guest
Apr 3rd, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. body {
  2. background-color: #d4e1ff;
  3. font-family: Arial;
  4. text-align: center;
  5. }
  6. #imagen1 {
  7. border-radius: 15px;
  8. border: black 5px solid;
  9. width: 300px;
  10. height: 300px;
  11. size: ;
  12. }
  13. button {
  14. border: none;
  15. border-radius: 10px;
  16. margin: 5px;
  17. color: white;
  18. padding: 10px;
  19. font-size: 16px;
  20. }
  21. #upvote {
  22. height: 100px;
  23. width: : 100px;
  24. border-radius: 15px;
  25. }
  26. #downvote {
  27. height: 100px;
  28. width: : 100px;
  29. border-radius: 15px;
  30. }
  31. #Likes {
  32. font-weight: bold;
  33. font-size: 25px;
  34. color: #023800;
  35. }
  36. #DisLikes {
  37. font-weight: bold;
  38. font-size: 25px;
  39. color: #023800;
  40. }
  41. #texto {
  42. font-size: 20px;
  43. font-weight: bold;
  44. }
  45. #section {
  46. column-count: 2;
  47. column-gap: 1px;
  48. column-rule: 2px solid black;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement