- Minimal supported width: 320px
- No extra dependencies
- Font is optional
- Copy HTML content between "Start" / "End" comments from bar.htm into your HTML file.
- Copy CSS styles from bar.css into your CSS file. (all classes have "diib" prefix)
- Optional: Add Poppins font from Google Fonts
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"
rel="stylesheet"
</head>
- Test before deployment
Add following properties:
.diib-support-ukraine {
position: sticky;
top: 0;
}
In case of any questions: [email protected]