8 lines
101 B
CSS
8 lines
101 B
CSS
img#petitchat {
|
|
max-width: 100px;
|
|
}
|
|
p.centred {
|
|
width: 600px;
|
|
margin: auto;
|
|
display: block;
|
|
} |