I am trying to implement this codepen in my website I can’t seem to figure out how. Can anybody help me? https://codepen.io/gadgetgnome/pen/jbPxwQ
Hello Pelivan,
very easy: just 4 points
1st you should add an “embed” element inside a Div or a Container or a Section
2nd you paste the HTML part of the Codepen within “html” and “/html” at the end
(if you see an element with a certain “class”, you should apply the same class to the element. in my exemple the code pen HTML was indicating a divblock with class “text”, here how to do it.
3rd you paste the CSS part of the Codepen within “style” and “/style” at the end
4th you paste the JS part of the Codepen within “script” and “/script” at the end
when you have everithing in one embed element, you publish and you see the result live.
If you are not happy with position, size, font etc, you can try format the parent element of the embed element (i.e. the divblock) directly in webflow. If does not work, you open the embed and try to work directly within the code. Always publish to see the results.
Good Luck