Line 35: | Line 35: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
− | |||
} | } | ||
#design .float_right { | #design .float_right { |
Revision as of 00:58, 17 October 2016
@charset "UTF-8";
- design {
font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }
- design a {
color: #000; text-decoration: underline; }
- design a:hover {
color: #000; font-style: italic; text-decoration: none; }
- design article h1 {
margin-top: 10px; }
- design article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- design p {
margin-top: 20px; margin-bottom: 20px; }
- design img {
width: 100%; height: 100%; }
- design .float_right {
width: 40%; min-width: 150px; float: right; margin: 15px; font-size: medium; margin-left: 30px; margin-right: 30px; }
- design .float_left {
width: 40%; min-width: 150px; float: left; margin: 15px; margin-left: 30px; margin-right: 30px; }
- design .caption {
font-size: 11pt; margin: 0px; }