Guest User

Untitled

a guest
Jun 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. body {
  2. color: #fff;
  3. background:
  4. radial-gradient(circle at 0% 50%, #2B616D 9px, #fff 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
  5. radial-gradient(at 100% 100%, #2B616D 9px, #fff 10px, #2B616D 11px),
  6. #8a3;
  7. background-size: 20px 20px;
  8. }
  9.  
  10. h1 {
  11. margin: 0px;
  12. padding: 0px;
  13. font-size: 60px;
  14. font-family: 'KG All Things New';
  15. text-shadow:
  16. 3px 3px 0 #000,
  17. -1px -1px 0 #000,
  18. 1px -1px 0 #000,
  19. -1px 1px 0 #000,
  20. 1px 1px 0 #000;
  21. }
  22.  
  23. .dropcap {
  24. float: left;
  25. color: #FA8062;
  26. font-size: 240px;
  27. line-height: 40px;
  28. padding: 60px 1px 0 0;
  29. font-family: 'SUPERMERCADO';
  30. text-shadow:
  31. 3px 3px 0 #000,
  32. -1px -1px 0 #000,
  33. 1px -1px 0 #000,
  34. -1px 1px 0 #000,
  35. 1px 1px 0 #000;
  36. }
  37.  
  38. .dropcap2 {
  39. color: #FA8062;
  40. font-size: 240px;
  41. /*line-height: 40px;
  42. padding: 60px 1px 0 0;*/
  43. font-family: 'SUPERMERCADO';
  44. text-shadow:
  45. 3px 3px 0 #000,
  46. -1px -1px 0 #000,
  47. 1px -1px 0 #000,
  48. -1px 1px 0 #000,
  49. 1px 1px 0 #000;
  50. }
  51.  
  52. .below {
  53. margin: 0px;
  54. margin-top: 0px;
  55. margin-left: 200px;
  56. }
  57. .main-section {
  58. margin-left: 400px;
  59. margin-top: 200px;
  60. }
  61.  
  62. .sub-section {
  63. width: 50%;
  64. margin-left: 200px;
  65. background-color: rgb(255, 238, 156);
  66. color: black;
  67. font-family: 'Abril Fatface';
  68.  
  69. }
  70.  
  71. .sub-section:hover {
  72. box-shadow: 15px 10px #888888;
  73. }
Add Comment
Please, Sign In to add comment