Skip to content

Commit 6f39e33

Browse files
committed
save changes
1 parent c65e344 commit 6f39e33

File tree

1 file changed

+60
-59
lines changed

1 file changed

+60
-59
lines changed

Assets/css/style.css

+60-59
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ p {
5959
background-position: center;
6060
}
6161

62+
.content {
63+
width: 75%;
64+
display: inline-block;
65+
margin-left: 20px;
66+
}
67+
6268
.float-left {
6369
float: left;
6470
margin-right: 25px;
@@ -68,11 +74,59 @@ p {
6874
float: right;
6975
margin-left: 25px;
7076
}
71-
72-
.content {
73-
width: 75%;
74-
display: inline-block;
75-
margin-left: 20px;
77+
/* Search engine optimization box */
78+
.search-engine-optimization {
79+
margin-bottom: 20px;
80+
padding: 50px;
81+
height: 300px;
82+
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
83+
background-color: #0072bb;
84+
color: #ffffff;
85+
}
86+
/* online reputation management box */
87+
.online-reputation-management {
88+
margin-bottom: 20px;
89+
padding: 50px;
90+
height: 300px;
91+
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
92+
background-color: #0072bb;
93+
color: #ffffff;
94+
}
95+
/* social media marketing box */
96+
.social-media-marketing {
97+
margin-bottom: 20px;
98+
padding: 50px;
99+
height: 300px;
100+
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
101+
background-color: #0072bb;
102+
color: #ffffff;
103+
}
104+
/* social enine optimization image */
105+
.search-engine-optimization img {
106+
max-height: 200px;
107+
}
108+
/* online reputation management image */
109+
.online-reputation-management img {
110+
max-height: 200px;
111+
}
112+
/* social media marketing image */
113+
.social-media-marketing img {
114+
max-height: 200px;
115+
}
116+
/* search engine optimization text */
117+
.search-engine-optimization h2 {
118+
margin-bottom: 20px;
119+
font-size: 36px;
120+
}
121+
/* online reputation management text */
122+
.online-reputation-management h2 {
123+
margin-bottom: 20px;
124+
font-size: 36px;
125+
}
126+
/* social media marketing text */
127+
.social-media-marketing h2 {
128+
margin-bottom: 20px;
129+
font-size: 36px;
76130
}
77131
/* Benefits sidebar */
78132
.benefits {
@@ -133,60 +187,7 @@ p {
133187
margin: 10px auto;
134188
max-width: 150px;
135189
}
136-
/* Search engine optimization box */
137-
.search-engine-optimization {
138-
margin-bottom: 20px;
139-
padding: 50px;
140-
height: 300px;
141-
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
142-
background-color: #0072bb;
143-
color: #ffffff;
144-
}
145-
/* online reputation management box */
146-
.online-reputation-management {
147-
margin-bottom: 20px;
148-
padding: 50px;
149-
height: 300px;
150-
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
151-
background-color: #0072bb;
152-
color: #ffffff;
153-
}
154-
/* social media marketing box */
155-
.social-media-marketing {
156-
margin-bottom: 20px;
157-
padding: 50px;
158-
height: 300px;
159-
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
160-
background-color: #0072bb;
161-
color: #ffffff;
162-
}
163-
/* social enine optimization image */
164-
.search-engine-optimization img {
165-
max-height: 200px;
166-
}
167-
/* online reputation management image */
168-
.online-reputation-management img {
169-
max-height: 200px;
170-
}
171-
/* social media marketing image */
172-
.social-media-marketing img {
173-
max-height: 200px;
174-
}
175-
/* search engine optimization text */
176-
.search-engine-optimization h2 {
177-
margin-bottom: 20px;
178-
font-size: 36px;
179-
}
180-
/* online reputation management text */
181-
.online-reputation-management h2 {
182-
margin-bottom: 20px;
183-
font-size: 36px;
184-
}
185-
/* social media marketing text */
186-
.social-media-marketing h2 {
187-
margin-bottom: 20px;
188-
font-size: 36px;
189-
}
190+
190191
/* footer */
191192
.footer {
192193
padding: 30px;

0 commit comments

Comments
 (0)