Update first post and css
This commit is contained in:
parent
25a8a078bb
commit
a347fee0de
3 changed files with 138 additions and 121 deletions
|
|
@ -7,3 +7,22 @@ body {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.center-img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue