post(proving-tiling-method): Mathematical Induction for proving tiling
This commit is contained in:
@ -88,6 +88,11 @@ header {
|
||||
article p img {
|
||||
margin: 2rem auto;
|
||||
display: block;
|
||||
|
||||
&.inline {
|
||||
display: inline;
|
||||
margin: 0.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
strong {
|
||||
@ -178,3 +183,8 @@ hr {
|
||||
text-shadow: 0 0 1px white;
|
||||
}
|
||||
}
|
||||
|
||||
.centered {
|
||||
margin: 2rem auto;
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user