Question: Could you recreate the webpage in the image exactly. Here is the provided code: :root { - - element - spacing: 1 4 px; }

Could you recreate the webpage in the image exactly.
Here is the provided code:
:root {
--element-spacing: 14px;
}
body {
background-color: var(--color-neutral-050);
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
display: grid;
grid-template-columns: 1fr 1fr;
}
section.login {
color: var(--color-primary-1-800);
width: calc(var(--element-spacing)*30);
margin: 0 auto;
}
section h1{
margin-top: calc(var(--element-spacing)*3);
font-weight: 500;
text-align: center;
}
/* add your styles here */
 Could you recreate the webpage in the image exactly. Here is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!