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