-Annie-

styles-for-PowerPoint-Slide

Sep 4th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.97 KB | None | 0 0
  1. /*globals*/
  2. body {
  3.     background: black;
  4.     width: 625px;
  5. }
  6.  
  7. a {
  8.     float: right;
  9. }
  10.  
  11. a img {
  12.     width: 127px;
  13.     height: ;
  14.     margin-right: 2px;
  15.     padding-bottom: 61px;
  16.     margin-top: -2px;
  17. }
  18.  
  19. h1 {
  20.     color: #f3be60;
  21.     font-size: ;
  22.     font-size: 26px;
  23.     letter-spacing: -1px;
  24.     margin-top: -15px;
  25.     margin-bottom: 9px;
  26. }
  27.  
  28. .heading {
  29.     color: #ffffff;
  30.     font-size: 21px;
  31.     margin-bottom: 9px;
  32.     display: -moz-inline-box;
  33. }
  34.  
  35. .styled-heading {
  36.     color: #f3be60;
  37. }
  38.  
  39. .inner-block {
  40.     color: #fbeec9;
  41.     background-color: #20201e;
  42.     border: 1px solid #fbeec9;
  43.     margin-left: 38px;
  44.     width: 532px;
  45. }
  46.  
  47. .title {
  48.     margin-left: 12px;
  49. }
  50.  
  51. /*first section*/
  52. .first-section .inner-block {
  53.     height: 62px;
  54. }
  55.  
  56. .first-section {
  57.     margin-bottom: 9px;
  58. }
  59.  
  60. /*second section*/
  61. .second-section {
  62.     margin-bottom: 9px;
  63. }
  64.  
  65. .second-section span{
  66.     margin-bottom: 12px;
  67. }
  68.  
  69. .second-section .inner-block {
  70.     height: 42px;
  71. }
  72.  
  73. /*third-section*/
  74. .third-section .inner-block {
  75.     height: 58px;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment