first version with blog posts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user