Custom code not publishing

hi all -

Maybe there is something down with webflow but i put my custom code into webflow, it is an animated gradient background, and it wont show on my live site.

any ideas?

Site:

https://preview.webflow.com/preview/ashfishman?utm_medium=preview_link&utm_source=designer&utm_content=ashfishman&preview=abad89ef2e87b228b2a1b94ce14d6d9e&pageId=6457e8791c1e16536bc92fc9&workflow=preview

Loom


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

You should be able to use the browser devtools to inspect your published site and see if there are any errors in the console or whether the code you added is rendering correctly.

yes we just checked for the snippet of code but it seems webflow does not publish it.

It is a element. Here is the code:

body::before { content: ""; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: linear-gradient(205deg, #34256c, #ff6167, #b16cea); background-size: 600% 600%; -webkit-animation: AnimationName 29s ease infinite; -moz-animation: AnimationName 29s ease infinite; animation: AnimationName 29s ease infinite; } @-webkit-keyframes AnimationName { 0%{background-position:0% 87%} 50%{background-position:100% 14%} 100%{background-position:0% 87%} } @-moz-keyframes AnimationName { 0%{background-position:0% 87%} 50%{background-position:100% 14%} 100%{background-position:0% 87%} } @keyframes AnimationName { 0%{background-position:0% 87%} 50%{background-position:100% 14%} 100%{background-position:0% 87%} }

Any ideas?

@Ash_fish - The posting guidelines for this category include the request for you to share a published URL where your project can be viewed with a browser, in addition to your read-only which you shared. Please update your original post.