14 lines
124 B
CSS
14 lines
124 B
CSS
|
|
||
|
header, main {
|
||
|
width: 100%;
|
||
|
max-width: 800px;
|
||
|
}
|
||
|
|
||
|
main img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
a:link, a:visited {
|
||
|
color: blue;
|
||
|
}
|