Guest User

Untitled

a guest
Sep 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. body{
  2. background: #85E7B1;
  3. }
  4.  
  5. .titulo{
  6. font-size: 30px;
  7. font-family: Arial;
  8. text-align: center;
  9. }
  10.  
  11. h3{
  12. font-size: 25px;
  13. }
  14.  
  15. .search {
  16. width: 200px;
  17. height: 25px;
  18. border-radius: 10px;
  19. }
  20.  
  21. .perfil{
  22. width: 300px;
  23. height: 300px;
  24. border: 3px solid black;
  25. border-radius: 10px;
  26. }
  27.  
  28. #add{
  29. width: 200px;
  30. height: 25px;
  31. border-radius: 10px;
  32. }
  33.  
  34. .sumario{
  35. font-family: Arial;
  36. font-size: 20px;
  37. text-decoration-line:underline;
  38. }
  39.  
  40. .lista{
  41. font-size: 18px;
  42. font-family: Arial;
  43. }
  44.  
  45. .etiquetas{
  46. font-size: 18px;
  47. font-family: Times New Roma;
  48. color: blue;
  49. }
Add Comment
Please, Sign In to add comment