This commit is contained in:
2022-08-28 23:54:19 +03:00
parent d769c9f0f0
commit b3cf5cb1b7
15 changed files with 299 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
img {
display: block;
border-radius: 8px;
margin: 3px auto;
max-width: 90%;
}
/*pre {
background-color: #272822;
border-radius: 8px;
padding: 16px;
}*/
/*code {
background-color: #272822;
border-radius: 8px;
padding: 0 8px;
}
*/