我想使用bootstrap模板进行样式设计。我正在使用 sonic 模板进行样式设置。我已经下载了sonic模板的zip文件。我想添加我的文本,按钮和图像。如何修改模板。 http://www.templatemo.com/templates/templatemo_394_sonic/
答案 0 :(得分:2)
你下载它的方式,解压缩 - 打开文件夹并使用许多文本/代码编辑器之一并更改你想要的东西?你的问题是否正确?!
答案 1 :(得分:1)
这比从Zip文件下载更好。
以下是该网站的链接 - https://www.scribd.com/document/332827979/Getting-Started-Bootstrap
The folks over at MaxCDN provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
To enable screen reader support, press shortcut Ctrl+Alt+Z. To learn about keyboard shortcuts, press shortcut Ctrl+slash.