Files
notes/projects/proxmox/thomas-krenn-schlulung-part1/style.css
Petar Cubela f6398bf45c 20250514-notes
2025-05-14 11:53:43 +02:00

25 lines
292 B
CSS

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