app.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. html {background:#1b1b1b; color:white;}
  2. body {
  3. font-size:15px;
  4. }
  5. p{
  6. font-size:23px;
  7. }
  8. .home {
  9. background:#1b1b1b; color:white;font-size:30px;margin-left:50px;
  10. }
  11. .name {
  12. font-size: 60px;
  13. color: #E7A4A4;
  14. text-align:center;
  15. margin:20px;
  16. }
  17. .table {
  18. font-size: 30px;
  19. color: #E7A4A4;
  20. text-align:center;
  21. width:550px;
  22. margin: 0 auto;
  23. border-spacing: 0px;
  24. }
  25. .tableel {
  26. height:45px;
  27. box-shadow: 0 0 5px #d27c7b;
  28. border:1px;
  29. border-color:#D27C7B;
  30. padding: 0px;
  31. }
  32. .middle {
  33. background-color:#F7D2D1;
  34. }
  35. .butt {
  36. width:40px;
  37. height:40px;
  38. color:red;
  39. background: transparent url('cat.png') 0% 0% no-repeat padding-box;
  40. background-size:64px 64px;
  41. }
  42. .buttonmus {
  43. width:64px;
  44. height:64px;
  45. background: transparent url('mus.png') 0% 0% no-repeat padding-box;
  46. background-size:64px 64px;
  47. background-position:center center;
  48. border:0px;
  49. }
  50. .forma {
  51. margin:30px;
  52. font-size: 20px;
  53. color: #E7A4A4;
  54. text-align:center;
  55. }
  56. .form-group {
  57. font-size: 20px;
  58. color: #E7A4A4;
  59. }
  60. .cat {
  61. padding:30px;
  62. float:right;
  63. margin:0px;
  64. }