给 CSS 加上变量,类似预处理器的那种,使用如图,在调试的时候还有点用
网址http://magicdawn.apphb.com/Tool/CssPreHandler
其实是 razor-tmpl 的使用,玩玩,razor-tmpl
css-hack
发表于
分类于
css
针对 IE 的 CSS hack
IE 的 background = content + padding
FF 的 background = content + padding + borderIE6 absolute 定位 left 边距 bug(CSS 彻底研究 P94)
给父标签,打上 height : 1%;
CSS彻底研究(3)-浮动,定位
发表于
分类于
css
CSS 彻底研究(3)-浮动,定位
$1 一 . 浮动 float
$1 I . 定义及规则
float 默认为 none,对应标准流的情况。当float : left;
时,元素就会向其父元素的左侧靠紧,脱离标准流,同时宽度不再伸展至充满父容器,而是根据自身内容来确定。
$1 II . 演示规则
准备代码
1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
css彻底研究(2)
发表于
分类于
css
CSS彻底研究(1)
发表于
分类于
css
hexo-pacman-custom
发表于
分类于
hexo
clr-basics
发表于
分类于
c#
备份hexo source脚本
发表于
hexo 目录下的source子目录
包含了写作的 md 文件,在hexo deploy
中是 push 到 github pages 的 master 分支,这样我们可以将整个 hexo 目录 push 到该 project 的hexo
分支
第一篇文章
发表于
那个 Hello-World 就留着好了…
Hello World
发表于
Welcome to Hexo! This is your very first post. Check documentation to learn how to use.