20250514-notes

This commit is contained in:
Petar Cubela
2025-05-14 11:53:43 +02:00
parent cf8c2382ca
commit f6398bf45c
469 changed files with 15210 additions and 29 deletions

View File

@@ -0,0 +1,25 @@
body {
font-family: sans-serif;
line-height: 1.6;
}
h1, h2, h3 {
color: #333;
}
ul {
list-style-type: disc;
margin-left: 1.5em;
}
code {
background-color: #f0f0f0;
padding: 2px 5px;
border: 1px solid #ddd;
border-radius: 3px;
}
img {
max-width: 100%;
height: auto;
}