html - Is there a way to specify the width of an embedded gist? -


I am trying to embed an abstract in a webpage. Take an example as an example:

  & lt; Script src = "https://gist.github.com/Astr0surf3r/5208714.js" & gt; & Lt; / Script & gt;   

I wonder if there is a way to determine the width of the essence. For example, I want to compile briefly compared to the default width I

You use this summary Modifying the CSS class can control the width. .gist {width: 250px; }

Example:

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -