CSS
ltimaginea
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Markdown注释和反斜线转义 语法
Markdown注释和反斜线转义 语法comment and backslash escapesHiding content with commentsWe can hide content from the rendered Markdown by placing the content in an HTML comment.<!-- This content will not appear in the rendered Markdown -->Ignoring Markdown原创 2021-12-25 22:34:36 · 1012 阅读 · 0 评论 -
博客园定制CSS代码
博客园定制CSS代码步骤禁用模板默认 CSS 。CSS 代码框中,填写定制 CSS 代码。定制的 CSS 代码中,如果缺少 home 项,需要进行添加,home 项范例如下:其中 width 项的值控制页面宽度#home {//opacity: 1.0;margin: 0 auto;width: 75%;min-width: 750px;//background-color: #fff;padding: 30px;margin-top: 30px;margin-bott原创 2021-11-01 22:06:04 · 1165 阅读 · 0 评论 -
博客园定制CSS代码 设置页面宽度
博客园定制CSS代码,设置页面宽度下面CSS代码中, width 项的值控制页面宽度#home {//opacity: 1.0;margin: 0 auto;width: 75%;min-width: 750px;//background-color: #fff;padding: 30px;margin-top: 30px;margin-bottom: 50px;//box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);}...原创 2021-11-01 20:29:48 · 1638 阅读 · 0 评论
分享