码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
html/css常用合集
1、 消除inline-block元素间的换行间隙问题: {font-size:0;} 兼容IE6/7浏览器的方法:letter-spacing属性。 2、让两个inline-block的div顶部对齐: 两个元素都要加上vertical-align:top; 3、vertical-align的百分 ...
分类:Web程序   时间:2016-07-11 23:54:49    阅读次数:319
写给小于子的第一封信
亲爱的小于子挖个坑,埋点土,数个12345...本来想感受第一次收到信的感觉,没想到硬生生的成了自己第一次写信,写信到底写些什么呢,写字,哦,那写完了,封笔^-^哈哈,倒是不怕你那个一直嚷嚷的学跆拳道的小身手,怕你会不开心讲话说,缘分真的是个神奇的东西,我们的一次相识..
分类:其他好文   时间:2016-07-11 19:32:08    阅读次数:124
数学计数原理(Pólya,高精度):SGU 294 He's Circles
He's Circles He's Circles He wrote n letters "X" and "E" in a circle. He thought that there were 2n possibilities to do it, because each letter may be ...
分类:其他好文   时间:2016-07-09 17:50:39    阅读次数:416
2016-7-8
1.text-indent:设置首行缩进! 禁止文本换行 设置字间距 letter-spacing 2.百分比和绝对单位: 自己做实验试试就知道了哦! 3.其实插件多的很,自己要去试! 多试下你就知道了! tips:学习 ,定要不断地去总结和归纳哦! 思路的形成,方法论形成, 做事就快了! 4.调整 ...
分类:其他好文   时间:2016-07-08 19:42:09    阅读次数:149
英语学习第二课总结
1.heal 治愈,是health(健康)的动词。 Long-length(长度) Broad-breadth(宽度) Strong-strength(强度;力气;优势,优点) 知识:很多词根由单词删减压缩而来,词根liter=元音改写和压缩自letter(字母,文字)=文字。 2.literal= ...
分类:其他好文   时间:2016-07-06 23:31:35    阅读次数:439
【leetcode】17. Letter Combinations of a Phone Number
题目描述: Given a digit string, return all possible letter combinations that the number could represent. 解题分析: 回溯法的典型应用,用一个数据结构表示出按键与其表示字母的对应关系,直接用回溯法做即可。 ...
分类:其他好文   时间:2016-07-05 01:02:26    阅读次数:171
css文本
text-indent: 设置缩进 text-align:center 设置居中 word-spacing: 设置单词间的距离 letter-spacing: 设置字母间的距离 text-transform: 设置大小写,属性值有uppercase,none,lowercase,capitalize ...
分类:Web程序   时间:2016-07-04 15:18:08    阅读次数:217
css中的伪类和伪元素
伪类 a:link 未访问的链接 a:visited 浏览之后链接 a:hover 鼠标移动到链接上的表现形式 a:active 选定的连接 元素:facous 鼠标对焦时 元素:first-child 首个子对象 伪元素 元素:first-line 首行 元素: first-letter 首字母 ...
分类:Web程序   时间:2016-07-04 10:05:20    阅读次数:198
CSS书写规范
CSS书写顺序 1.位置属性(position, top, right, z-index, display, float等) 2.大小(width, height, padding, margin) 3.文字系列(font, line-height, letter-spacing, color- t ...
分类:Web程序   时间:2016-06-28 18:18:47    阅读次数:171
题目1468:Sharing
题目描述: To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the ...
分类:其他好文   时间:2016-06-27 01:30:11    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!