Created
October 11, 2020 03:23
-
-
Save nonaybay/fcde2d1f5d713dfb6cf8bba651b09735 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
| * { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| border: none; | |
| margin: 0; | |
| outline: none; | |
| padding: 0; | |
| -webkit-user-select: none; | |
| -moz-user-select: none; | |
| -ms-user-select: none; | |
| user-select: none; | |
| } | |
| *::before, *::after { | |
| -webkit-box-sizing: inherit; | |
| -moz-box-sizing: inherit; | |
| box-sizing: inherit; | |
| } | |
| html { | |
| font-family: 'Roboto', 'Arial', sans-serif; | |
| font-size: 16px; | |
| font-weight: 400; | |
| line-height: 1.5; | |
| text-align: justify; | |
| background-color: #e5e5e5; | |
| } | |
| .pagea4 { | |
| background-color: white; | |
| display: block; | |
| min-height: 297mm; | |
| width: 210mm; | |
| padding: 1.5cm 2cm 3cm; | |
| text-align: justify; | |
| letter-spacing: normal; | |
| } | |
| .title { | |
| display: block; | |
| width: 100%; | |
| } | |
| .title p { | |
| text-align: center; | |
| padding: 1em 0; | |
| font-weight: bolder; | |
| text-transform: uppercase; | |
| } | |
| /*# sourceMappingURL=style.css.map */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment