News

Use this handy, simplified guide to quickly learn HTML and CSS -- a foundation of modern web development.
Note: To prevent your custom CSS from conflicting with the SFU Common Look & Feel stylesheet, add "custom-" to the front of each class name. For example, if you wish to create a new class called ...
Header Text Add the attribute to the opening tag for whatever HTML element type your page header uses. Identify your header element in CSS.
header { Code here } If it is not present, add it to the CSS file, but ensure to use the same "id" name that is used within the HTML.
Note: To prevent your custom CSS from conflicting with the SFU Common Look & Feel stylesheet, add "custom-" to the front of each class name. For example, if you wish to create a new class called ...