[Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameAddStyleTagOptions](./puppeteer.frameaddstyletagoptions.md) > [content](./puppeteer.frameaddstyletagoptions.content.md) ## FrameAddStyleTagOptions.content property Raw CSS content to be injected into the frame. Signature: ```typescript content?: string; ```