Ajout du snippet https://codepen.io/raphaelgoetter/pen/wzLbdo
This commit is contained in:
parent
aec7fbdd6f
commit
fb4b95246f
3 changed files with 8 additions and 8 deletions
|
@ -659,18 +659,18 @@ sub {
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 3em; }
|
padding-left: 3em;
|
||||||
|
min-height: 2em; }
|
||||||
|
|
||||||
blockquote::before {
|
blockquote::before {
|
||||||
content: "\201C";
|
content: "\201C";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 30px;
|
|
||||||
overflow: hidden;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
font-family: georgia, serif;
|
font-family: georgia, serif;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
line-height: 0.9;
|
height: .4em;
|
||||||
|
line-height: .9;
|
||||||
color: rgba(0, 0, 0, 0.3); }
|
color: rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
blockquote > footer {
|
blockquote > footer {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -45,18 +45,18 @@ sub {
|
||||||
blockquote {
|
blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
|
min-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote::before {
|
blockquote::before {
|
||||||
content: "\201C";
|
content: "\201C";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 30px;
|
|
||||||
overflow: hidden;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
font-family: georgia, serif;
|
font-family: georgia, serif;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
line-height: 0.9;
|
height: .4em;
|
||||||
|
line-height: .9;
|
||||||
color: rgba(0, 0, 0, .3);
|
color: rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue