24 lines
328 B
Markdown
24 lines
328 B
Markdown
# Bartender settings
|
|
|
|
---
|
|
|
|
## SQL
|
|
|
|
|
|
|
|
---
|
|
|
|
### HTML settings for label
|
|
|
|
### Product title
|
|
```html
|
|
<p style="text-align: center; font-size: 16px; font-family: Arial;"><b>
|
|
</b></p>
|
|
```
|
|
|
|
### Allergens info
|
|
```html
|
|
<html><head><style type='text/css'>body {font-family: Arial; font-size: 7px;}</style></head><body>
|
|
</body></html>
|
|
```
|