Skip to content

Commit 7a12ef7

Browse files
committed
updates
1 parent 50693e4 commit 7a12ef7

File tree

2 files changed

+0
-80
lines changed

2 files changed

+0
-80
lines changed

css/index.css

-80
Original file line numberDiff line numberDiff line change
@@ -71,37 +71,6 @@ p {
7171
margin: 0 auto;
7272
}
7373

74-
header {
75-
width: 100%;
76-
display: flex;
77-
margin: 20px 0;
78-
}
79-
80-
header .logo {
81-
width: 157px;
82-
height: 40px;
83-
background: black;
84-
}
85-
86-
header nav {
87-
width: 100%;
88-
display: flex;
89-
justify-content: space-around;
90-
align-items: flex-end;
91-
}
92-
93-
header nav a {
94-
font-size: 14px;
95-
text-decoration: none;
96-
color: black;
97-
}
98-
99-
.jumbotron {
100-
width: 100%;
101-
height: auto;
102-
margin: 20px 0;
103-
}
104-
10574
.top-content {
10675
display: flex;
10776
flex-wrap: wrap;
@@ -157,55 +126,6 @@ header nav a {
157126
padding-right: 0;
158127
}
159128

160-
.about-page .about-top {
161-
display: flex;
162-
}
163-
164-
.about-page .about-text {
165-
width: 350px;
166-
}
167-
.about-page .about-intro {
168-
padding: 0 20px 20px;
169-
border-bottom: 1px dashed black;
170-
}
171-
172-
.about-page .about-content {
173-
display: flex;
174-
flex-wrap: wrap;
175-
}
176-
177-
.about-page .about-content .about-box {
178-
width: 370px;
179-
margin: 30px 15px;
180-
border-bottom: 1px dashed black;
181-
182-
}
183-
184-
.about-page .about-content .about-box h2 {
185-
margin-top: 10px;
186-
}
187-
188-
.about-page .about-content .about-box .about-btn {
189-
border: 2px solid black;
190-
border-radius: 10px;
191-
padding: 10px;
192-
width: 130px;
193-
text-align: center;
194-
cursor: pointer;
195-
margin: 20px 0;
196-
}
197-
198-
.about-page .about-content .about-box .about-btn:hover {
199-
background: black;
200-
color: white;
201-
}
202-
203-
204-
.about-page .about-footer-content {
205-
margin-bottom: 20px;
206-
padding: 20px;
207-
}
208-
209129
footer {
210130
width: 100%;
211131
background: black;

design-files/home.png

152 Bytes
Loading

0 commit comments

Comments
 (0)