[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetMatchedStylesForNodeResponse](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.md) > [inlineStyle](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.inlinestyle.md) ## Protocol.CSS.GetMatchedStylesForNodeResponse.inlineStyle property Inline style for the specified DOM node. Signature: ```typescript inlineStyle?: CSSStyle; ```