Add PDF; blockquote styles
This commit is contained in:
@@ -17,4 +17,13 @@ references:
|
||||
file: www-artofmanliness-com-6lxmwc.txt
|
||||
---
|
||||
|
||||
* _Slight Edge_ (p. 180)
|
||||
> Book smarts, street smarts. Learning by study, learning by doing.
|
||||
> Read about it, apply it, se ti ni action, take that practical experience
|
||||
> back to your reading, deepen your understanding, take that deeper
|
||||
> understanding back to your activity... it's a never-ending cycle, each
|
||||
> aspect of learning feeding the other.
|
||||
>
|
||||
> -- [_The Slight Edge_][1] ([p. 180][2])
|
||||
|
||||
[1]: https://openlibrary.org/works/OL2777748W/The_Slight_Edge?edition=key%3A/books/OL9820911M
|
||||
[2]: slight_edge_180.pdf
|
||||
BIN
content/notes/how-to-spend-time/slight_edge_180.pdf
Normal file
BIN
content/notes/how-to-spend-time/slight_edge_180.pdf
Normal file
Binary file not shown.
@@ -35,6 +35,21 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
|
||||
&::before {
|
||||
content: "“";
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
p {
|
||||
width: 100%;
|
||||
margin-left: 2ch;
|
||||
}
|
||||
}
|
||||
|
||||
header, #content, footer {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user