12 lines
181 B
CSS
12 lines
181 B
CSS
|
|
body {
|
||
|
|
font-family: Arial, Arial, Helvetica, sans-serif;
|
||
|
|
background-color: #f4f4f4;
|
||
|
|
color: #333;
|
||
|
|
text-align: center;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
img {
|
||
|
|
width: 300px;
|
||
|
|
}
|