15 lines
169 B
CSS
15 lines
169 B
CSS
.figure p{
|
|
text-align: center;
|
|
}
|
|
|
|
.figure img{
|
|
max-width:100%;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|