Absolute sizes do not change i.e. when defined by pixels. While absolute sizes allow designers to maintain control over the size of a page, text, images, etc. I.e.:(H2 margin-left as 0; and margin-right as 0; ) they DO NOT comply with responsive web design techniques.
Relative font sizes adjust to the user’s viewing screen and resolution and are related to the number of pixels. I.e: (H1 font-size as 6vw), or as a % (100%) or a percentage of an em unit, I.e: one em unit equals the font point size (H1 margin-top: 0.67em; and margin-bottom: 0.67em;).
|
Blackboard Login > Course > Activate eBook > |
|
Blackboard Login > Course > Activate eBook > |
See below and Blackboard for details.
Wk8: we pasted our WORD docx into the 'body' section and added 'Basic' HTML styles to separate content. Wk9: we converted 'Basic' HTML-CSS styles into 'Inline' CSS styles and later added 'Internal' CSS styles inside the 'head section'. Wk10: Today, we convert 'Internal' CSS style in the 'body' section to 'External' CSS style 'links' in the 'head' section.
Step 1. Read and Apply Theories: E-Text Chapter 05 Typography. As you learned in previous chapters, web designers use text and images to communicate messages and to set a mood.
Step 2. Use HIDDEN COMMENT tags in your index file to hide the entire opening and closing 'style tags' in your 'head section'.
Step 3. Download, open, and save the attached 'mystyle.css' file into your css folder and modify the styles to match your styles (and color values) in the 'head section' of your 'style' tags.
Step 4. Refer to your open 'mystyle.css' file in notepad++ to see several style examples mentioned above of font-families, colors, sizes and more.
Step 5. Save and refresh your index file in your browser and expand and contract your window back and forth to see the responsive sizes changes as you edit.
Step 6. Modify the css document 'mystyle.css' as we go along.
Replace 'Intro' placeholder text: Lorem ipsum dolor sit amet consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
Replace 'About' placeholder text: Lorem ipsum dolor sit amet consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
Replace 'Purpose' placeholder text: Lorem ipsum dolor sit amet consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.