8,957
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.image-frame2 { | |||
.image- | display: inline-block; | ||
border: none | border: none; | ||
border-radius: 18px; | |||
overflow: hidden; | |||
box-shadow: 0 3px 16px rgba(70,15,25,0.09); | |||
margin: 8px; | |||
background: none; | background: none; | ||
} | } | ||
.framed-img2, .image-frame2 img { | |||
.framed- | |||
display: block; | display: block; | ||
width: 206px; | |||
border-radius: | height: 206px; | ||
border-left: | border-radius: 0; | ||
border-right: | border-left: 11px solid #c72a37; | ||
border-top: | border-right: 11px solid #c72a37; | ||
border-top: 6px solid #c72a37; | |||
border-bottom: none; | border-bottom: none; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
margin: 0 auto; | |||
} | } | ||
.image-caption2 { | |||
.image- | |||
background: #181217; | background: #181217; | ||
color: #e0a6b4; | color: #e0a6b4; | ||
border-bottom: 6px solid #c72a37; | border-bottom: 6px solid #c72a37; | ||
border-left: | border-left: 11px solid #c72a37; | ||
border-right: | border-right: 11px solid #c72a37; | ||
border-radius: 0 0 | border-radius: 0 0 18px 18px; | ||
font-size: 1. | font-size: 1.11em; | ||
padding: | padding: 10px 0 7px 0; | ||
margin: 0; | margin: 0; | ||
font-family: 'Segoe UI', 'Arial', sans-serif; | font-family: 'Segoe UI', 'Arial', sans-serif; | ||
letter-spacing: .02em; | letter-spacing: .02em; | ||
width: 206px; | |||
box-sizing: border-box; | |||
text-align: center; | |||
} | } | ||