post(proving-tiling-method): Mathematical Induction for proving tiling

This commit is contained in:
Mahdi Dibaiee
2017-11-19 13:19:36 +03:30
parent 6d9ed50e60
commit a70a236dfb
3 changed files with 372 additions and 0 deletions

View File

@ -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;
}