Skip to content

Commit f544ecc

Browse files
Kayanna ChandlerKayanna Chandler
authored andcommitted
1 parent 670ca3a commit f544ecc

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

great-idea-website/css/index.css

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,90 @@ header nav a:hover {
101101
header .logo {
102102
display: inline-block;
103103
margin-top: 25px;
104+
}
105+
106+
/* box1 */
107+
.box1 .box1-text {
108+
display: inline-block;
109+
vertical-align: top;
110+
font-size: 77px;
111+
margin-top: 120px;
112+
text-align: center;
113+
padding: 0px 75px;
114+
}
115+
116+
.box1 .box1-text {
117+
background: white;
118+
vertical-align: top;
119+
margin-top: 6px;
120+
padding: 8px 44px;
121+
font-size: 17px;
122+
border: 1px solid black;
123+
cursor: pointer;
124+
}
125+
126+
.box1 .box1-text button: hover {
127+
background: black;
128+
color: white;
129+
}
130+
131+
.box1 img {
132+
display: inline-block;
133+
margin-top: 69px;
134+
}
135+
136+
137+
.main-content {
138+
border-top: 1px solid black;
139+
margin-top: 76px;
140+
padding-top: 39px;
141+
}
142+
143+
.main-content .top-content {
144+
padding: 0 10px;
145+
}
146+
147+
.main-content .top-content .text-content {
148+
width: 410px;
149+
display: inline-block;
150+
margin-right: 34px;
151+
}
152+
153+
.main-content .top-content .text-content:last-child {
154+
margin-right: 0;
155+
}
156+
157+
.main-content .middle-img {
158+
margin-top: 45px;
159+
}
160+
161+
.main-content .bottom-content {
162+
margin-top: 37px;
163+
padding: 0 10px;
164+
}
165+
166+
.main-content .bottom-content .text-content {
167+
width: 275px;
168+
display: inline-block;
169+
margin-right: 12px;
170+
}
171+
172+
.main-content .bottom-content .text-content:last-child {
173+
margin-right: 0;
174+
}
175+
176+
.contact {
177+
margin-top: 57px;
178+
border-top: 1px solid black;
179+
padding: 39px 10px 0;
180+
}
181+
182+
.contact p {
183+
margin: 20px 0;
184+
}
185+
186+
footer {
187+
margin: 32px 0;
188+
text-align: center;
189+
font-size: 14px;
104190
}

0 commit comments

Comments
 (0)