You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
640 B
42 lines
640 B
body { |
|
margin: 0 10%; |
|
} |
|
|
|
p { |
|
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; |
|
font-size: 18px;; |
|
} |
|
|
|
header { |
|
display: grid; |
|
text-align: Left; |
|
border-bottom: 2px solid gray; |
|
} |
|
|
|
main { |
|
display: grid; |
|
grid-template-columns: 1fr, 2fr; |
|
} |
|
|
|
pane1, pane2 { |
|
display: grid; |
|
grid-template-columns: repeat(3,1fr); |
|
float: none; |
|
} |
|
|
|
pane1 p, pane2 p { |
|
margin-right: 60px; |
|
} |
|
|
|
main img { |
|
width: 35%; |
|
} |
|
|
|
img { |
|
width: 80%; |
|
} |
|
|
|
footer { |
|
text-align: center; |
|
border-top: 2px solid gray; |
|
} |