]> gitweb.fperrin.net Git - djsite.git/blob - quotes/static/quotes/style.css
Initial migration
[djsite.git] / quotes / static / quotes / style.css
1 a {
2     color: black;
3 }
4
5 .quote {
6     background-color: #ffbd33;
7     border: 3px solid #ff5733;
8     padding: 1.5em 2em;
9     margin: 2em 30em;
10 }
11
12 .quote .author {
13     padding-left: 5em;
14 }
15
16 .quote .author .name {
17     font-style: italic;
18 }