Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
- font-face {
- font-family: 'Open Sans', sans-serif;
- }
- font-face {
- font-family: 'Montserrat', sans-serif;
- }
- h3{
- font-family: Montserrat, sans-serif;
- }
- p{
- font-family: "Open Sans", sans-serif;
- }
- .projects-content {
- display: flex;
- justify-content: space-around;
- padding-left: 50px;
- padding-right: 50px;
- }
- .project-info {
- display: flex;
- flex-direction: column;
- font-family: 'Open Sans', sans-serif;
- }
- .header-text {
- color: black;
- font-weight: bold;
- width: 420px;
- }
- .date {
- color: gray;
- }
- .page-title {
- text-align: center;
- margin-bottom: 80px;
- }
- .additional-font-specification {
- font-family: 'Open Sans', sans-serif;
- color: gray;
- margin-bottom: 5px;
- }
- .page-title-header {
- font-family: 'Montserrat', sans-serif;
- font-size: 40px;
- margin-top: 0;
- padding-top: 0;
- }
- .img-wrapper {
- width: 560px;
- }
- .img-wrapper img {
- width: 100%;
- object-fit: cover;
- }
- .date {
- margin-top: 0px
- }
- .see-all-posts-button {
- margin:0 auto;
- margin-top: 45px;
- padding: 15px;
- color: white;
- background: #FFBB00;
- text-transform: uppercase;
- border: none;
- border-radius: 4px;
- font-weight: bold;
- }
- .button-wrapper {
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement