14 lines
143 B
CSS
14 lines
143 B
CSS
p img{
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-top: auto;
|
|
}
|
|
|
|
p em{
|
|
font-weight: bold;
|
|
}
|
|
|
|
p strong{
|
|
font-style: italic;
|
|
}
|