Private
Public Access
1
0

first version with blog posts

This commit is contained in:
Sander Roosendaal
2018-10-24 20:10:53 +02:00
parent f519cdca62
commit 055f128639
7 changed files with 166 additions and 27 deletions

View File

@@ -324,6 +324,28 @@ th.rotate > div > span {
z-index: -1;
}
.vignet2 {
border-radius: 50%;
width: 200px;
height: 200px;
display: block;
overflow: hidden;
padding: 5px;
margin: 5px;
-webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
line-height: 0; /* ensure no space between bottom */
}
.vignet2 img {
position: center;
z-index: -1;
}
.button {
font: 1.1em/1.5em sans-serif;
text-decoration: none;