Question

In: Computer Science

Create a 2x2 MDN grid containing at least 4 top company employees (ex. CEO, President, VP,...

Create a 2x2 MDN grid containing at least 4 top company employees (ex. CEO,
President, VP, CFO, COO, Founder, Co-founder, etc…) with headshot image, rank, first
name, last name, age, & email information. Use alternating background colors of
orange (with black text) and black (with white text).

Solutions

Expert Solution

HTML:
<div class="container">
<div>
<img src="url1">
CEO<br>
Mr. John Bayer<br>
34 Years<br>
[email protected]
</div>
<div> <img src="url2">
President<br>
Mr. Simon Greeg<br>
32 Years<br>
[email protected]
</div>
<div> <img src="url3">
Vice President<br>
Mr. Josh Hugh<br>
38 Years<br>
[email protected]
</div>
<div> <img src="url4">
CFO<br>
Mr. Ventan Lee<br>
29 Years<br>
[email protected]
</div>
</div>

CSS:

body {
width: 90%;
max-width: 900px;
margin: 2em auto;
font: .9em/1.2 Arial, Helvetica, sans-serif;
}
  
.container > div {
border-radius: 5px;
padding: 10px;
background-color: rgb(207,232,220);
border: 2px solid rgb(79,185,227);
text-align: center;
} .container {
display: grid;
grid-template-columns: 49% 49%;
grid-gap: 2%;
grid-auto-rows: 350px;
}
.container > div > img{
max-width: 256px;
}
.container > div:nth-child(even) {
background: orange;
color: black;
}
.container > div:nth-child(odd) {
background: black;
color: white;
}

OUTPUT:

NOTE: I have not added any url due to copyright issues. You can add your own image url for img tags.


Related Solutions

List the top few leaders (at least 4) at a company that will be involved in...
List the top few leaders (at least 4) at a company that will be involved in the product marketing of a dessert/cake bakery company: List the Title and 1 or 2 sentence description of how they will be involved.
The CEO of your company would like to revamp the retirement options offered to employees. Create...
The CEO of your company would like to revamp the retirement options offered to employees. Create a proposal that describes two to three different retirement plans that could be offered. In the proposal, you must identify specific requirements of the Employee Retirement Income Security Act of 1974 that the organization would need to fulfill. In addition to the proposal, management has asked the HR department to design a communication plan that encourages employee participation for one of the proposed retirement...
List the top few leaders (at least 4) at your company that will be involved in...
List the top few leaders (at least 4) at your company that will be involved in the product marketing for a cake company
List the top few leaders (at least 4) at your company that will be involved in...
List the top few leaders (at least 4) at your company that will be involved in the product marketing for a cake company:Title and a 1 or 2 sentence description of how they will be involved
The CEO of a company wants to estimate the percent of employees that use company computers...
The CEO of a company wants to estimate the percent of employees that use company computers to go on Facebook during work hours. He selects a random sample of 200 of the employees and finds that 76 of them logged onto Facebook that day. Construct a 95% confidence interval for the population proportion. Answer the following questions in the Answer box. a. i) Sample proportion = ?    a. ii) critical value Z = ? a. iii) Standard error =...
The CEO of a company wants to estimate the percent of employees that use company computers...
The CEO of a company wants to estimate the percent of employees that use company computers to go on Facebook during work hours. He selects a random sample of 200 of the employees and finds that 76 of them logged onto Facebook that day. Construct a 95% confidence interval for the population proportion. Answer the following questions a. i) Sample proportion = ?    a. ii) critical value Z = ? a. iii) Standard error = ?    a. iv)...
create a case study from the interview with Dr. Steven Safyer, President & CEO Montefiore Health...
create a case study from the interview with Dr. Steven Safyer, President & CEO Montefiore Health System. • How does financing and reimbursement affect delivery of care? Health insurance affect health care delivery in the us that it makes providers less aware of the actual cost of health care it creates provider induced demand, this financing greatly influences how much health care is delivered. • How does reimbursement differ in the delivery of outpatient vs inpatient care? Reimbursement varies most...
Create a visualization of a hash table containing at least 10 items using one of the...
Create a visualization of a hash table containing at least 10 items using one of the hash table collision techniques covered in this section. Fully describe the image and how the items came to be in their given positions.
SQL This assignment aligns with the following objectives: Create a relational database containing at least three...
SQL This assignment aligns with the following objectives: Create a relational database containing at least three tables Populate the database using the INSERT command Create integrity constraints on the tables created Deli has hired you as a consultant to design a database for the deli. They have provided you with the following information: Every employee has a social security number, name, salary, and date of hire. The deli is organized into several departments. Each department has a unique name. Each...
Envision yourself as the CEO/President of an organization with full responsibility to the company, management, shareholders,...
Envision yourself as the CEO/President of an organization with full responsibility to the company, management, shareholders, creditors, regulators, and the general public. Develop a philosophy regarding internal controls for the organization. The polar extremes are 1) “Keep employees/management away from temptation”, whereby the internal controls are very well-defined, or 2) employees/management will follow the good judgment of their leader, whereby you set a good example and trust is the theme until employees do something to betray that trust. As you...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT