码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
H5基础标签
一、字体标签 1.text-indent:首行缩进 2.text-decoration:文本修饰(text-decoration:none;除去文字的下划线;text-decoration:line-through;文字上加删除线) 3.letter-spacing:字母间距 4.word-spac ...
分类:其他好文   时间:2016-07-30 18:30:06    阅读次数:130
值得注意的CSS属性
background-attachment 背景图像是否随着页面滚动(是否fixed) letter-spacing 字符间距 word-spacing 字间距 line-height 行高 text-decoration 修饰(下划线) text-indent 首行缩进 ...
分类:Web程序   时间:2016-07-25 14:23:55    阅读次数:167
css3
body { background-color:#CCE5FF;}span { color: red;}.logo { font-family: Georgia; font-size: 37px; letter-spacing: 3px; line-height: 1; padding-left: ...
分类:Web程序   时间:2016-07-25 00:09:40    阅读次数:207
css2
body { font: 100% Lucida Sans, Verdana; margin: 20px;}span { color: red;}.logo { font-family: Georgia; font-size: 37px; letter-spacing: 3px; line-heig ...
分类:Web程序   时间:2016-07-25 00:05:01    阅读次数:194
第十六天学习:CSS特性之文本格式化
关键字:文本格式化 学习计划: 文本格式化 color特性 text-align特性 vertical-align特性 text-decoraton特性 text-indent特性 text-shadow特性 text-transform特性 letter-spacing特性 word-spacin ...
分类:Web程序   时间:2016-07-23 16:39:56    阅读次数:254
KMP算法 hdu4686 Oulipo
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Ouli ...
分类:编程语言   时间:2016-07-23 07:29:35    阅读次数:163
Leetcode-Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他好文   时间:2016-07-23 01:57:48    阅读次数:197
[LintCode] Letter Combinations of a Phone Number 电话号码的字母组合
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他好文   时间:2016-07-21 00:50:37    阅读次数:327
【POJ11855】 Buzzwords (后缀数组)
Description The word “the” is the most commonthree-letter word. It evenshows up inside other words, suchas “other” and “mathematics”.Sometimes it hide ...
分类:编程语言   时间:2016-07-19 17:07:14    阅读次数:238
Linux【2】
目录和文件操作命令1.目录的增删查改C 增 mkdir 新建目录 可以同时创建多个目录 mkdirubunturedhatslackware如果需要递归创建需要?p参数表示在letter下建一个important目录 mkdir ubuntu redhat slackware 如果需要递归创建 需要 -p 参数 表示在letter下建一个important目录 mkdir-p l...
分类:系统相关   时间:2016-07-15 21:31:26    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!