Skip to content

Commit e2de0e2

Browse files
committed
Styled buttons and added new content
1 parent 40d659a commit e2de0e2

File tree

3 files changed

+84
-16
lines changed

3 files changed

+84
-16
lines changed

images/logo.png

127 KB
Loading

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<div class="container grid">
1515
<div class="grid1 subcontainer1">
1616
<div class="row1">
17-
<img class="img" src="" />
17+
<img class="img" src="images/logo.png" alt="logo image" />
1818
<h3>Untitled UI</h3>
1919
</div>
2020
<div class="row2">
2121
<!-- <i class="fa-brands fa-google-drive drive"></i> -->
2222
<div><img class="img" alt="" src="images/dropbox.png" /></div>
23-
<div><img class="img" alt="" src="images/figma.png" />/\</div>
23+
<div><img class="img" alt="" src="images/figma.png" /></div>
2424
<div><img class="img" alt="" src="images/github.png" /></div>
2525
<div><img class="img" alt="" src="images/gmail.png" /></div>
2626
<div><img class="img" alt="" src="images/google.png" /></div>
@@ -32,7 +32,7 @@ <h3>Untitled UI</h3>
3232
<div><img class="img" alt="" src="images/slack.png" /></div>
3333
<div><img class="img" alt="" src="images/zapier.webp" /></div>
3434
<div><img class="img" alt="" src="images/dropbox.png" /></div>
35-
<div><img class="img" alt="" src="images/figma.png" />/\</div>
35+
<div><img class="img" alt="" src="images/figma.png" /></div>
3636
<div><img class="img" alt="" src="images/github.png" /></div>
3737
<div><img class="img" alt="" src="images/gmail.png" /></div>
3838
<div><img class="img" alt="" src="images/google.png" /></div>
@@ -51,6 +51,7 @@ <h2 class="h2">Add Integrations</h2>
5151
Supercharge your workflow and connect the tools you use every day to
5252
your account.
5353
</p>
54+
<hr class="black"> <hr class="black"> <hr class="white"> <hr class="white">
5455
</div>
5556
</div>
5657
<div class="grid2 subcontainer2">

style.css

+80-13
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400;500&display=swap');
2+
3+
14
* {
25
margin: 0;
36
padding: 0;
47
overflow-x: hidden;
58
}
69
body {
710
min-height: 100vh;
8-
background-color: rgb(163, 159, 159);
11+
background-color: #e9ecef;
12+
font-family: 'Open Sans', sans-serif;
13+
/* font-family: 'Roboto', sans-serif; */
14+
915
}
1016

1117
.container {
@@ -22,7 +28,8 @@ body {
2228
.subcontainer1 {
2329
display: grid;
2430
grid-template-rows: 2.5fr 5fr 2.5fr;
25-
background-color: antiquewhite;
31+
background-color: #f8f9fa;
32+
/* background-color: antiquewhite; */
2633
/* border: 1px solid blue; */
2734
}
2835

@@ -35,8 +42,14 @@ body {
3542
.subcontainer2 {
3643
display: grid;
3744
grid-template-rows: 2fr repeat(9, 1fr);
45+
padding-top: 30px;
3846
/* border: 1px solid blue; */
3947
}
48+
.row1{
49+
display: flex;
50+
padding: 15px;
51+
gap: 5px;
52+
}
4053

4154
.row4,
4255
.row5,
@@ -49,7 +62,7 @@ body {
4962
.row12,
5063
.row13,
5164
.row14 {
52-
border: 1px solid lightgrey;
65+
border-bottom: 1px solid lightgrey;
5366
}
5467

5568
.row2 {
@@ -60,7 +73,8 @@ body {
6073
}
6174

6275
.row2 div {
63-
height: 50px;
76+
/* height: 50px; */
77+
width: fit-content;
6478
}
6579

6680
.row3 {
@@ -94,35 +108,64 @@ body {
94108
.flex {
95109
display: flex;
96110
justify-content: space-around;
97-
background-color: #c5e4ef;
98-
margin-top: 10px;
99-
border: 1px solid black;
100-
padding: 2.5px;
111+
background-color: #f8f9fa;
112+
margin-top: 20px;
113+
border: 1px solid grey;
114+
padding: 4px;
115+
border-radius: 2px;
101116
}
102117

103-
button .button {
118+
119+
.button {
120+
width: 160px;
121+
height: 30px;
104122
padding: 3.6px;
123+
color: grey;
105124
font-size: 13px;
125+
font-weight: bold;
126+
background-color: transparent;
127+
border: 1px solid grey;
128+
border-radius: 5px;
106129
}
107130

108131
.connected {
132+
width: 100px;
133+
height: 35px;
109134
padding: 0.7px 8px 0.7px 8px;
110135
background-color: black;
111136
color: white;
112137
font-size: 11px;
138+
border-radius: 5px;
139+
margin-left: 17px;
113140
}
114141

115142
.connect {
143+
width: 70px;
144+
height: 35px;
145+
padding: 0.7px 8px 0.7px 7px;
146+
background-color: transparent;
147+
border: 1px solid grey;
148+
color: black;
116149
font-size: 11px;
150+
font-weight: bold;
151+
border-radius: 5px;
117152
}
118153

119154
.lower {
155+
width: 140px;
156+
height: 25px;
120157
padding: 3px 24px 2.5px 3px;
158+
background-color: transparent;
159+
border: 1px solid grey;
160+
color: grey;
161+
font-size: 11px;
162+
font-weight: bold;
163+
border-radius: 5px;
121164
margin-left: 10px;
122165
}
123166

124167
#lower {
125-
margin-top: 27px;
168+
margin-top: 38px;
126169
}
127170

128171
.row5,
@@ -180,12 +223,36 @@ button .button {
180223
border-radius: 5px;
181224
}
182225
.b1 {
183-
width: 130px;
184-
border: 1px sold grey;
226+
width: 100px;
227+
height: 35px;
228+
padding: 0.7px 8px 0.7px 7px;
229+
background-color: transparent;
230+
border: 1px solid grey;
231+
color: black;
232+
font-size: 11px;
233+
font-weight: bold;
234+
border-radius: 5px;
185235
}
186236

187237
.b2 {
238+
width: 100px;
239+
height: 35px;
240+
padding: 0.7px 8px 0.7px 8px;
188241
background-color: black;
189242
color: white;
190-
width: 100px;
243+
font-size: 11px;
244+
border-radius: 5px;
245+
}
246+
247+
hr{
248+
width: 22%;
249+
display: inline-block;
191250
}
251+
hr.black{
252+
border: 3px solid black;
253+
border-radius: 5px;
254+
}
255+
hr.white{
256+
border: 3px solid white;
257+
border-radius: 5px;
258+
}

0 commit comments

Comments
 (0)