Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将要点嵌入网页。以下面的要点为例:
<script src="https://gist.github.com/Astr0surf3r/5208714.js"></script>
我想知道是否有办法设置要点的宽度。例如,我想让 gist 比默认宽度窄。
您可以通过修改此 gist 使用的 CSS 类来控制宽度。
.gist { width: 250px; }
示例:http: //jsfiddle.net/aFwEd/