The default behavior of CSS Grid is display elements into on…

The default behavior of CSS Grid is display elements into one vertical column. Write the CSS code that display these elements using CSS Grid.     A    B    C    D    E    F #container {   /* Write the code in the blank that turns on grid.*/} The program will attempt to auto-grade this question. Your answer should be all lowercase and have a semicolon at the end

Suppose that I have a box named “sidebar”. I want my sidebar…

Suppose that I have a box named “sidebar”. I want my sidebar to rest on the right side of the screen. This is my sidebar. aside {   /* Write the line of code which will move the sidebar to the right side of the screen. */} D2L will attempt to auto-grade this question. Your answer should be valid CSS code, all lower case, and end with a semicolon.

Suppose you see the following code of an unordered list of l…

Suppose you see the following code of an unordered list of links representing a menu. Write the CSS code that turns this menu to display using CSS Flex.    First Link   Second Link  Third Link .menu {   /* Write the code in the blank. */} The program will attempt to auto-grade this question. Your answer should be all lowercase and have a semicolon at the end.

BONUS (OPTIONAL) A 2.05 m aqueous solution of some unknown h…

BONUS (OPTIONAL) A 2.05 m aqueous solution of some unknown had a boiling point of       102.1 °C. Which one of the following could be the unknown compound? The boiling point elevation constant for water is 0.52 °C/m. YOU MUST SHOW YOUR WORK FOR THIS PROBLEM