Datenschutzerklärung und Impressum hinzugefügt
This commit is contained in:
@@ -9,7 +9,6 @@ a {
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
align: center;
|
||||
}
|
||||
/* Avatar Secion */
|
||||
.avatar {
|
||||
@@ -41,7 +40,7 @@ a {
|
||||
}
|
||||
|
||||
/* links Secion */
|
||||
.links {
|
||||
.links-block {
|
||||
text-align: center;
|
||||
margin-top: -2%;
|
||||
}
|
||||
@@ -106,12 +105,21 @@ a {
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
font-size: 0.6em;
|
||||
transition-duration: 0.4s;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #006080;
|
||||
}
|
||||
|
||||
.button-tx {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.button-left {
|
||||
margin-left: 0%;
|
||||
}
|
||||
|
||||
/* Footer section */
|
||||
.footer {
|
||||
text-align: center;
|
||||
@@ -125,3 +133,56 @@ a {
|
||||
.footer-heart {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Subpages section */
|
||||
.text {
|
||||
color: #7996b9;
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
margin-top: 5%;
|
||||
animation-name: fadeIn;
|
||||
animation-duration: 1.5s;
|
||||
}
|
||||
|
||||
.subtext {
|
||||
color: #7996b9;
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
animation-name: fadeIn;
|
||||
animation-duration: 1.5s;
|
||||
}
|
||||
|
||||
.links {
|
||||
text-decoration: none;
|
||||
color: #7996b9;
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
}
|
||||
|
||||
.links:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.width {
|
||||
max-width: 60%;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
.privacy {
|
||||
color: #7996b9;
|
||||
text-align: left;
|
||||
margin-left: 5%;
|
||||
max-width: 90%;
|
||||
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
animation-name: fadeIn;
|
||||
animation-duration: 1.5s;
|
||||
|
||||
}
|
||||
|
||||
.privacy h1,h2,h3 {
|
||||
color: #9bb0ca;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.privacy a {
|
||||
color: #9bb0ca;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user