码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
常用的css属性
字体 font color font-family font-size font-weight text-decoration text-shadow line-height letter-spacing word-spacing 文本 Text text-indent text-overflow  ...
分类:Web程序   时间:2017-03-08 12:36:06    阅读次数:208
CSS 文本属性
一、文本位置 text-align: 参数 二、文本行间距 line-height: 参数 特别要注意:根据CSS字体大小 , CSS行高值不能小于字体值,不然行距设置值比字体大小值小后字体会重叠一部分,形成不兼容效果。 三、首行文字缩进 text-indent: 参数 四、字符间距 letter- ...
分类:Web程序   时间:2017-03-07 12:54:41    阅读次数:203
[HDU3518]Boring counting
[HDU3518]Boring counting 试题描述 035 now faced a tough problem,his english teacher gives him a string,which consists with n lower case letter,he must fig ...
分类:其他好文   时间:2017-03-07 09:05:03    阅读次数:164
2017.3.7
1、边框加线的先后顺序会影响效果 border:1px solid #D9E0EE; border-top: 3px solid #FF8400; 2、下拉菜单定位结构? <div class="header"> <div class="logo"><img src="images/logo.gif ...
分类:其他好文   时间:2017-03-07 09:04:50    阅读次数:153
CSS书写规范
这个可以慢慢来积累。。。。。。 CSS书写顺序 1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-spa ...
分类:Web程序   时间:2017-03-07 08:15:50    阅读次数:207
LeetCode 17 Letter Combinations of a Phone Number (电话号码字符组合)
My java solution with FIFO queue https://discuss.leetcode.com/topic/8465/my-java-solution-with-fifo-queue public List<String> letterCombinations(Strin ...
分类:其他好文   时间:2017-03-05 18:02:21    阅读次数:219
CSS 3 中的伪类选择器
伪元素选择器是指并不是针对真正的元素使用的选择器,而是针对CSS中已经定义好的伪元素使用的选择。 选择器:伪元素{属性:值} 选择器.类名:伪元素{属性:值} 在CSS中,主要有如下四个伪元素选择器 1.first-line伪元素选择器用于向某个元素中的第一行使用样式。 2.first-letter ...
分类:Web程序   时间:2017-03-05 17:38:22    阅读次数:168
zbb20170301_好看的404和500页面
HTTP_404.jsp HTTP_500.jsp error.css ...
分类:其他好文   时间:2017-03-01 22:38:43    阅读次数:448
Google Play在GDC大会上发布全新工具及游戏
原文标题: Google Play在GDC大会上发布全新工具及游戏 2016年,在一些新兴市场,比如印度、巴西以及印度尼西亚,大概有3亿新用户使用Android设备。这帮助Google Play上的移动游戏获得了加好的现金流。 去年,超过1亿新用户可以能够使用各种形式的支付手段来购买Google P ...
分类:其他好文   时间:2017-02-28 13:29:21    阅读次数:227
推荐大家使用的CSS书写规范、顺序
推荐大家使用的CSS书写规范、顺序 CSS书写顺序 1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-s ...
分类:Web程序   时间:2017-02-25 14:56:15    阅读次数:237
1667条   上一页 1 ... 97 98 99 100 101 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!