Skip to content

tips and tricks

Steps:
always set up a codebase for your webflow project.
even if it is a little project or not
In the long run, you can spare multiple development and testing hours.

script embed layout
<!-- the title of the script --><script> </script>

style embed
<!-- the title of the style --><style> </style>

useful for readable scripts:


useful styling in Webflow:

<style>
.locales—list:hover .nav-link-local {
color: var(--air--10);
}
</style>

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.