feat(privacy-policy): erstellt in html mit einem separaten css in Deutsch und Englisch
This commit is contained in:
41
EnvelopeGenerator.Web/wwwroot/css/privacy-policy.css
Normal file
41
EnvelopeGenerator.Web/wwwroot/css/privacy-policy.css
Normal file
@@ -0,0 +1,41 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
margin: 1.25rem;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin: 0rem 10rem 3rem 10rem;
|
||||
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #0056b3;
|
||||
}
|
||||
|
||||
section {
|
||||
background-color: white;
|
||||
padding: 1.25rem;
|
||||
border-radius: 0.5rem;
|
||||
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
|
||||
margin: 0rem 10rem 3rem 10rem
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0056b3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user