Advertisement
Guest User

simple-article.css

a guest
Mar 15th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. /* latin-ext */
  2. @font-face {
  3. font-family: 'Lato';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  7. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  8. }
  9. /* latin */
  10. @font-face {
  11. font-family: 'Lato';
  12. font-style: normal;
  13. font-weight: 300;
  14. src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  15. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  16. }
  17. /* latin-ext */
  18. @font-face {
  19. font-family: 'Lato';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  23. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  24. }
  25. /* latin */
  26. @font-face {
  27. font-family: 'Lato';
  28. font-style: normal;
  29. font-weight: 400;
  30. src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  31. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  32. }
  33. /* latin-ext */
  34. @font-face {
  35. font-family: 'Lato';
  36. font-style: normal;
  37. font-weight: 900;
  38. src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  39. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  40. }
  41. /* latin */
  42. @font-face {
  43. font-family: 'Lato';
  44. font-style: normal;
  45. font-weight: 900;
  46. src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
  47. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  48. }
  49. body{
  50. font-family: "Lato", sans-serif;
  51. }
  52.  
  53. .content{
  54. width: 550px;
  55. border-radius: 15px;
  56. align-content: center;
  57. padding: 25px;
  58. background-color: #fafafa;
  59. box-shadow: 10px 11px 35px -14px rgba(0,0,0,0.54);
  60. }
  61.  
  62. h1{
  63. margin-bottom: 0;
  64. padding: 10px;
  65. text-align: center;
  66. letter-spacing: 5px;
  67. text-transform: uppercase;
  68. }
  69.  
  70. img{
  71. width:200px;
  72. border-radius: 50%;
  73. margin: 15px;
  74. border-style: dotted;
  75. border-width: 5px;
  76. border-color: #8b603d;
  77. float: left;
  78. }
  79.  
  80. p{
  81. font-size: 14px;
  82. text-align: justify;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement