Made changes to the index and css files

This commit is contained in:
kene17 2021-03-10 14:25:11 -05:00
parent 7d06202348
commit f74abb9264
2 changed files with 26 additions and 14 deletions

View file

@ -140,7 +140,7 @@ p {
width: 200px;
height: 200px;
object-fit: cover;
}
@ -253,7 +253,7 @@ input:invalid+span:after {
content: '✖';
padding-left: 5px;
}
input:valid+span:after {
position: absolute;
content: '✓';
@ -268,6 +268,14 @@ input:invalid+span:after {
.social-icon {
margin: 20px 10px;
}
.res {
text-align: center;
}
.rec {
text-align: center;
}
@media (max-width: 1028px) {
#title {
@ -323,4 +331,4 @@ input[type=submit] {
input[type=submit]:hover {
background-color: #fa4664;
}
}