Question
Do the to do list /* ======================== To do 1 - 25 pts ======================== */ /* To do 1: Style the body element 1. Select
Do the to do list
/* ======================== To do 1 - 25 pts ======================== */
/* To do 1: Style the body element
1. Select the body element
2. Set body properties:
2.1: Font family with:
1. Prefer font: Helvetica
2. Web-font safe: Arial
3. Genetic font: sans-serif
2.2: Font size to 12px
*/
/* ======================== To do 2 - 5 pts ======================== */
/* To do 2: Style for all ul element
1. Select all ul elements
2. Set ul property with No bullet symbol for list item
*/
/* ======================== To do 3 - 5 pts ======================== */
/* To do 4: Style for all header element
1. Select all header element
2. Set header width to 100%
*/
/* ======================== To do 4 - 15 pts ======================== */
/* To do 4: Style all nav element inside of header element in To do 3
1. Select all nav element inside of header element in To do 3
2. Set nav properties:
2.1: Background color with color code is #333
2.2: Color with code name is "white"
2.3: Overflow to hidden
*/
/* ======================== To do 5 - 20 pts ======================== */
/* To do 5: Style for all hyperlink inside of nav element in To do 4
1. Select all hyperlink inside of nav element in To do 4
2. Set hyperlink properties:
2.1: Float to left
2.2: Color with code is "#f2f2f2"
2.3: Text aglinment to center
2.4: Text decoration is none.
*/
/* ======================== To do 6 - 10 pts ======================== */
/* To do 6: Style for all hyperlink that has class="active" from links of To do 5
1. for all hyperlink that has class="active" from links of To do 6
2. Set hyperlink properties:
2.1: Background color with color code is "#4CAF50"
2.2: Color with code name is "white"
*/
/* ======================== To do 7 - 15 pts ======================== */
/* To do 7: Style for all hyperlink while hover status from links of To do 5
1. Select all hyperlink with hover status from links of To do 5
2. Set hyperlink properties:
2.1: Background color with color code is "#ddd"
2.2: Color with code name is "black"
*/
/* ======================== To do 8 - 5 pts ======================== */
/* To do 8: Style for main element
1. Select main element
2. Set clear property to "both"
*/
/* ======================== To do 9 - 5 pts ======================== */
/* To do 9: Style img inside of section element with id="profile"
1. Select img inside of section element with id="profile"
2. Set img property float to "left"
*/
/* ======================== To do 10 - 10 pts ======================== */
/* To do 10: Style article inside of section element with id="profile"
1. Select article inside of section element with id="profile"
2. Set article properties:
2.1: Float to "left"
2.2: Font size to 1.2em
*/
/* ======================== To do 11 - 10 pts ======================== */
/* To do 11: Style first direct-child section element inside of main element
1. Select first direct-child section element inside of main element
*Note: just the first direct-child, not all section elements
2. Set section property clear to "both"
*/
/* ======================== To do 12 - 10 pts ======================== */
/* To do 12: Style all ul elements that are child of section element
inside of main element
1. Select all ul elements that are child of section element
inside of main element
*Note: In this case, we first select all section in main element and then select all ul elements inside of the selected section.
2. Set ul property which make the item list includes bullet point symbol
*/
/* ======================== To do 13 - 10 pts ======================== */
/* To do 13: Style all p elements that has class="date-location" inside of main element
1. Select all p elements that has class="date-location" inside of main element
2. Set h3 and p property float to "right":
*/
/* ======================== To do 14 - 5 pts ======================== */
/* To do 14: Style all span elements that has class="skills" inside of an element with id="Skills"
1. Style all span elements that has class="skills" inside of an element with id="Skills"
2. Set span font weight to "normal"
*/
HOME RESUME FULL NAME ADORESS .6667775555 usernamecalstatela edu LinkedIn EDUCATION START_YEAR-END_YEAR, LOCATION DEGREE IN MAJOR SCHOOL - GPA: 6.88 EXPERIENCE START_YEAR-END_YEAR, LOCATION POSITION TITLE COMPANY Job responsibility 1 Job responsibility 2 Reference: NAME - TITLE - 6667777555 SKILLS Familiar: SKILL_1. SKILL_2, SKILL_3, SKILL_4. SKILL_5, SKILL_6, SKILL 7 Experience: SKILL 1. SKILL_2, SKILL_3, SKILL_4, SKILL_5, SKILL 6, SKILL 7 Language: SKILL 1, SKILL 2. SKILL_3, SKILL_4, SKILL-5, SKILL_6, SKILL 7 PROJECTS PROJECT_TITLE PROJECT_KEY_DESCRIPTION_1 PROJECT_KEY_DESCRIPTION_2 PROJECT KEY DESCRIPTION 3Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started