Added the url page and changed the title to an anchor tag

This commit is contained in:
xemeds
2020-07-20 14:09:03 +00:00
parent 0db137daf5
commit 2de586b87b
5 changed files with 81 additions and 50 deletions
+11 -5
View File
@@ -9,7 +9,7 @@ body {
}
.header {
.headers {
position: absolute;
margin-left: auto;
margin-right: auto;
@@ -19,9 +19,15 @@ body {
text-align: center;
}
.title {
color: #ffffff;
.title:link {
color: #bb86fc;
text-decoration: none;
font-size: 50px;
font-weight: bold;
}
.title:hover {
color: #7b59a5;
}
.desc {
@@ -61,7 +67,7 @@ body {
border-color: #7b59a5;
}
.submit {
.button {
background: #bb86fc;
border: 2px solid #bb86fc;
border-radius: 3px;
@@ -71,7 +77,7 @@ body {
margin: 0 3% 0 1%;
}
.submit:hover {
.button:hover {
background: #7b59a5;
border-color: #7b59a5;
}