Home > database >  How can I edit CSS of embedded style sheets in HTML?
How can I edit CSS of embedded style sheets in HTML?

Time:02-17

I am trying to embed a google sheet in my HTML document, but I need to format it's CSS. How can I edit its CSS?

CodePudding user response:

you aren’t allowed much control over the appearance of your spreadsheet – which can be inconvenient if you want to direct viewers to a particular part of the sheet.It's better you try features of the sheet to change appearance.

CodePudding user response:

The only thing you could do is to overwrite the styles in your own style sheet and use !important to force these rules.

  • Related