5 lines
92 B
CSS
5 lines
92 B
CSS
blockquote {
|
|
margin: 20px 0 30px;
|
|
border-left: 5px solid;
|
|
padding-left: 20px;
|
|
}
|