Google雲與網頁設計
- 範本:https://docs.google.com/document/d/1-xVAMmvNq4Rbt1IhTH9y2XmMamKtOP9_qCw7QvGjWdA/edit
 - 開放權限:「檔案/共用/進階」
 - 取得內嵌碼:「檔案/發佈至網路/內嵌」
	
<iframe src="https://docs.google.com/document/d/1-xVAMmvNq4Rbt1IhTH9y2XmMamKtOP9_qCw7QvGjWdA/pub?embedded=true"></iframe>
	
增加屬性 style="width:100%;height:500px;"
 - 使用bootstrap的框架容器
	
    <div class="container">
    </div>
	
bootstrap 文字置中:class="text-center"