File tree 2 files changed +46
-8
lines changed
2 files changed +46
-8
lines changed Original file line number Diff line number Diff line change 39
39
</ ul >
40
40
</ div >
41
41
42
- < div >
43
- < button >
42
+ < div class =" navmenu-container " >
43
+ < button class =" navmenu-search " >
44
44
< img src ="./images/icon-search.png " alt ="Search icon " />
45
45
</ button >
46
46
47
- < button >
47
+ < button class =" navmenu-sandwich " >
48
48
< img src ="./images/icon-menu.png " alt ="Menu icon " />
49
49
</ button >
50
50
@@ -82,7 +82,7 @@ <h1>Great teamwork starts with a digital HQ</h1>
82
82
</ div >
83
83
</ div >
84
84
85
- < div >
85
+ < div class =" container-hero " >
86
86
< img
87
87
class ="hero "
88
88
src ="./images/hero-product-ui.png "
@@ -170,7 +170,7 @@ <h2>Choose how you want to work</h2>
170
170
171
171
< div >
172
172
< img
173
- class ="img-benefits "
173
+ class ="img-benefits img-benefits-right "
174
174
src ="./images/flexibility-mobile.png "
175
175
alt ="flexibility "
176
176
/>
@@ -186,7 +186,7 @@ <h2>Choose how you want to work</h2>
186
186
/>
187
187
</ div >
188
188
189
- < div >
189
+ < div class =" benefits-text " >
190
190
< h2 > Move faster with your tools in one place</ h2 >
191
191
< p >
192
192
With your other work apps connected to Slack, you can work faster by
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ footer links grey: #454245
12
12
body {
13
13
margin : 0 ;
14
14
padding : 0 ;
15
- background : # 540b51 ;
16
15
font-family : Arial, Helvetica, sans-serif;
17
16
}
18
17
@@ -23,9 +22,31 @@ body {
23
22
height : 100px ;
24
23
}
25
24
25
+ .navmenu-container {
26
+ width : 200px ;
27
+ text-align : right
28
+ align-items: center;
29
+ justify-content : center;
30
+ }
31
+
32
+ .navmenu-search {
33
+ width : 50px ;
34
+ display : inline-block;
35
+ background : # 540b51 ;
36
+ border : none;
37
+ padding : 2em ;
38
+ }
39
+
40
+ .navmenu-sandwich {
41
+ width : 50px ;
42
+ display : inline-block;
43
+ background : # 540b51 ;
44
+ border : none;
45
+ }
46
+
26
47
.logo {
27
48
width : auto;
28
- height : 50 px ;
49
+ height : 20 px ;
29
50
padding : 2rem ;
30
51
}
31
52
@@ -90,9 +111,16 @@ header {
90
111
color : # ecb12f ;
91
112
}
92
113
114
+ .container-hero {
115
+ width : auto;
116
+ overflow : hidden;
117
+ }
118
+
93
119
.hero {
94
120
width : auto;
95
121
height : 350px ;
122
+ object-fit : cover;
123
+ text-align : right;
96
124
}
97
125
98
126
.logo-container {
@@ -125,6 +153,10 @@ header {
125
153
width : 95% ;
126
154
}
127
155
156
+ .img-benefits-right {
157
+ text-align : right;
158
+ }
159
+
128
160
.benefits-text {
129
161
margin : 16px ;
130
162
}
@@ -140,3 +172,9 @@ header {
140
172
.facts {
141
173
background-color : white;
142
174
}
175
+
176
+ @media (max-width : 767px ) {
177
+ .navbar a {
178
+ visibility : hidden;
179
+ }
180
+ }
You can’t perform that action at this time.
0 commit comments