Toggle Index
Franklin Gothic will be used across all applications.
font-family: 'franklin-gothic-urw',sans-serif;
font-weight: 400;
| Exam ID | Type | Category | Name | Course | Year | Last Modified |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
There should be a space between the radio buttons/checkboxes and the text associated with them. The text should be to the right of the buttons.
Page headings should use <h1> tags, and include class="text-2xl".
CSS Code:
h1 {
font-size: 1.5rem;
line-height: 2rem;
padding-top: 0.5rem;
}
For centering a heading include:
<h1 style="text-align:center">
Page subheadings should use <h2> tags, and include class="text-xl".
CSS Code:
h2 {
font-size: 1.25rem;
line-height: 1.75rem;
}