-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathstep-1.css
More file actions
75 lines (54 loc) · 914 Bytes
/
step-1.css
File metadata and controls
75 lines (54 loc) · 914 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/* Step-1 add a background image that takes up the entire width of the container */
.main-top-section {
width: 100%;
height: 200px;
position: relative;
color: #F2EFE5;
}
.top-header {
width: 100%;
padding-top: 10px;
height: 70px;
text-align: center;
}
.menu {
width: 100px;
height: 40px;
display: inline-block;
position: absolute;
left: 10px;
top: 20px;
}
.menu-icon {
width: 60%;
}
.logo {
width: 300px;
height: 40px;
display: inline-block;
margin-top: 10px;
}
.logo-icon {
width: 75%;
}
.sign-in {
width: 100px;
height: 40px;
display: inline-block;
position: absolute;
right: 10px;
top: 30px;
}
.sign-in-icon {
width: 60%;
}
.bottom-container {
width: 100%;
height: 60px;
position: absolute;
text-align: center;
bottom: -30px;
}
.shop-icon {
width: 350px;
}