How to link my custom page to webflow

I have a custom code which has an external css that is saved and linked in my pc. How can I transfer what ive done by myself to webflow?


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

I think you might need to clear things up a bit.

  • You have custom code on a webflow page
  • This custom code refers to an external css file
  • That is not hosted somewhere but sits on your PC?

So in the custom code it reads something like
link rel=“stylesheet” type=“text/css” href=“C:\users\Oliver\Documents\MySite\styles.css”

If I understand you correctly? And you ask how to bring that css file (or it’s content css) into webflow?

In that case, you can simple copy and paste the contents of styles.css into the custom code within a style tag.

<style>
copypaste your css here
</style>

Do mind that you have to know what you are doing. If you are forcing overrides in that css, you might mess up what you’ve been working on in the editor.