[Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameAddStyleTagOptions](./puppeteer.frameaddstyletagoptions.md) ## FrameAddStyleTagOptions interface Signature: ```typescript export interface FrameAddStyleTagOptions ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [content](./puppeteer.frameaddstyletagoptions.content.md) | string | Raw CSS content to be injected into the frame. | | [path](./puppeteer.frameaddstyletagoptions.path.md) | string | The path to a CSS file to be injected into the frame. | | [url](./puppeteer.frameaddstyletagoptions.url.md) | string | the URL of the CSS file to be added. |