Skip to content

Commit 3af72af

Browse files
update interface
1 parent c7c085b commit 3af72af

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

css/style.css

+3-12
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,6 @@ hr {
7272
color: #c90505;
7373
letter-spacing: 2px;
7474
}
75-
/*
76-
footer {
77-
margin: 0;
78-
font-size: 24px;
79-
font-weight: bold;
80-
text-align: center;
81-
color: black;
82-
} */
83-
84-
footer a {
85-
color: rgb(194, 5, 5);
86-
}
8775

8876
#overlay-1,
8977
#overlay-2 {
@@ -196,3 +184,6 @@ footer a {
196184
font-weight: bold;
197185
text-decoration: none;
198186
}
187+
footer span {
188+
color: #d13434;
189+
}

index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ <h1 class="name-letters">
6161
<i title="CodeForces" class="fas fa-link"></i>
6262
</a>
6363
</div>
64-
<footer>
65-
CopyRight &copy;Abdallah Hemdan 2020.
66-
</footer>
64+
<footer>CopyRight &copy; <span> AbdallahHemdan </span> 2020.</footer>
6765
<div id="overlay-2" onclick="endCongratsOverLay()">
6866
<div id="text-2">Congrats 🎈🎉, You did it! click to replay</div>
6967
</div>

0 commit comments

Comments
 (0)