Skip to content

Commit 4aa6b69

Browse files
4
1 parent 402c6c5 commit 4aa6b69

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<br><br>
2323
<div class="title_box">
24-
<h2 class ="headings" align="center">Events : Engi'17</h2>
24+
<p class ="headings" align="center">Events : Engi'17</p>
2525
<p align="center">Feel free to be innovative with colors, sizes, alignment: you name it. <br>
2626
you can change some html if you want.
2727
</p>
@@ -104,7 +104,7 @@ <h4 class="container"><b>Passout ;)</b></h4>
104104
</div>
105105
</div>
106106
</div>
107-
107+
<br><br><br>
108108
<footer>
109109
<a href="#" class="fa fa-facebook"></a>
110110
<a href="#" class="fa fa-twitter"></a>

main.css

+13-8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ background:#C8CBFC;
66
.headings{
77
font-weight:bold;
88
}
9+
10+
p.headings{
11+
font-size:50px;
12+
text-shadow: 0 0 5px red;
13+
}
914
.navbar {
1015
overflow: hidden;
1116
background-color: black;
@@ -150,28 +155,28 @@ img {
150155
opacity: 0.8;
151156
}
152157

153-
.fa-facebook {
154-
background: Transparent;
155-
color: black;
158+
.fa-facebook {
159+
background: Transparent;
160+
color: white;
156161
}
157162

158163
.fa-twitter {
159164
background: Transparent;
160-
color: black;
165+
color: white;
161166
}
162167

163168
.fa-google {
164169
background: Transparent;
165-
color: black;
170+
color: white;
166171
}
167172

168173
.fa-instagram {
169174
background: Transparent;
170-
color: black;
175+
color: white;
171176
}
172177

173178
footer {
174179
display: block;
175-
float:right;
176-
margin:20px;
180+
background:black;
181+
width:100%;
177182
}

0 commit comments

Comments
 (0)