Advertisement
petur_stoqnov

Untitled

Aug 24th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
  3.  
  4. font-face {
  5. font-family: 'Open Sans', sans-serif;
  6. }
  7.  
  8. font-face {
  9. font-family: 'Montserrat', sans-serif;
  10. }
  11.  
  12. h3{
  13. font-family: Montserrat, sans-serif;
  14. }
  15.  
  16. p{
  17. font-family: "Open Sans", sans-serif;
  18. }
  19.  
  20. .projects-content {
  21. display: flex;
  22. justify-content: space-around;
  23. padding-left: 50px;
  24. padding-right: 50px;
  25. }
  26.  
  27. .project-info {
  28. display: flex;
  29. flex-direction: column;
  30. font-family: 'Open Sans', sans-serif;
  31. }
  32.  
  33. .header-text {
  34. color: black;
  35. font-weight: bold;
  36. width: 420px;
  37. }
  38.  
  39. .date {
  40. color: gray;
  41. }
  42.  
  43. .page-title {
  44. text-align: center;
  45. margin-bottom: 80px;
  46. }
  47.  
  48. .additional-font-specification {
  49. font-family: 'Open Sans', sans-serif;
  50. color: gray;
  51. margin-bottom: 5px;
  52. }
  53.  
  54. .page-title-header {
  55. font-family: 'Montserrat', sans-serif;
  56. font-size: 40px;
  57. margin-top: 0;
  58. padding-top: 0;
  59. }
  60.  
  61. .img-wrapper {
  62. width: 560px;
  63. }
  64.  
  65. .img-wrapper img {
  66. width: 100%;
  67. object-fit: cover;
  68. }
  69.  
  70. .date {
  71. margin-top: 0px
  72. }
  73.  
  74.  
  75. .see-all-posts-button {
  76. margin:0 auto;
  77. margin-top: 45px;
  78.  
  79. padding: 15px;
  80. color: white;
  81. background: #FFBB00;
  82. text-transform: uppercase;
  83. border: none;
  84. border-radius: 4px;
  85. font-weight: bold;
  86. }
  87.  
  88. .button-wrapper {
  89. text-align: center;
  90. }
  91.  
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement