-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathstep-2-level-1.css
More file actions
40 lines (22 loc) · 857 Bytes
/
step-2-level-1.css
File metadata and controls
40 lines (22 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* Step-2 You can assign padding to all sides of a container by using the padding property. */
.content-left {
}
/* Step 2 You can assign padding to all sides of a container by using the padding property. */
.header {
}
/* Step-2 One option to get the container to fill the parent container is to use width: auto; */
.profile-image-container {
background: #96F0F2;
}
/* Step-2 One option to get the container to fill the parent container is to use width: auto; */
.profile-links-container {
background: #12F3F7;
}
/* Step-2 You can either use float left or position absolute to get this element to in the desired location. */
.logo-container {
background: #4F4949;
}
/* Step-2 You can either use float left or position absolute to get this element to in the desired location. */
.menu-container {
background: #4F4949;
}