nueva intrudcción

This commit is contained in:
abe- 2017-06-18 06:37:13 +02:00
parent 575fe3f623
commit a1e8b7488c
3 changed files with 16 additions and 5 deletions

View file

@ -84,3 +84,12 @@ a {
.wrapper.style3 {
background: #3D4955;
}
// quotes
blockquote {
border-left: solid 0px _palette(border);
font-style: normal;
margin: 0 0 _size(element-margin) 0;
padding: 2em;
background-color:#ddd;
}