Created
January 11, 2022 09:47
-
-
Save tamirazrab/1300fcb6f5a855c32b9187feff875b09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| section { | |
| margin-top: 4rem; | |
| } | |
| .image { | |
| width: 100%; | |
| height: 25rem; | |
| } | |
| img { | |
| width: 100%; | |
| height: 100%; | |
| object-fit: cover; | |
| } | |
| .image { | |
| background: #e7e7e7; | |
| } | |
| .content { | |
| text-align: center; | |
| width: 80%; | |
| margin: auto; | |
| } | |
| h1 { | |
| font-size: 2rem; | |
| font-family: 'Roboto Slab', sans-serif; | |
| margin: 0.5rem 0; | |
| } | |
| h2 { | |
| font-size: 1.25rem; | |
| color: #6b6b6b; | |
| } | |
| p { | |
| font-size: 1.5rem; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment