Files
Pinnwand/style.css
fordprefect d492b9f7c1 some changes
2021-01-08 14:45:34 +01:00

37 lines
547 B
CSS

div.box {
color:#cecece;
background-image: url('https://dukun.de/linen_login.jpg');
background-size: 100%;
width: 90%;
height: 87%;
margin: 0px auto;
overflow: auto;
padding:10px;
border-radius:10px;
box-shadow: 0px 0px 20px #000;
}
body {
background-image:url('https://dukun.de/linen.jpg');
background-repeat:repeat;
}
div.head {
width: 90%;
margin: auto;
}
div.foot {
width: 90%;
margin:auto;
margin-top:20px;
}
div.foot a {
color: #0000aa;
}
a {
color:#8080ee;
}