Template:Quote: Difference between revisions
Content deleted Content added
a bit more... |
css rather than inline styles |
||
Line 1:
<div class="quote"
<span class="quote-mark">“</span>
<span style="padding: 4px 5px;">{{{1|Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.}}}</span>
<span class="quote-mark">”</span>
</div>
<p
<html>
<style>
.quote {
font-size: 1.3em;
}
.quote-mark {
color: rgb(178, 183, 242);
Line 12 ⟶ 15:
font-weight: bold;
font-size: 1.2em;
}
.quote-byline {
font-size: 1.3em;
text-align: right;
}
</style>
|