码迷,mamicode.com
首页 >  
搜索关键字:font    ( 28583个结果
Bootstrap3-文字样式
Bootstrap将全局font-size设置为14px,line-height为1.428。这些属性直接赋给和所有段落元素。另外,(段落)还被设置了等于1/2行高的底部外边距(margin)(即10px)。标题文字分为(h1-h6)h1:36pxh2:30pxh3:24pxh4:18pxh5:14...
分类:其他好文   时间:2014-09-09 15:20:18    阅读次数:131
css之font值应该是怎样的
我们在这四个月中,我们用了很长时间学习html、css、js,我们常在css中用到这样的属性:.div1{ border-left-width:1px; border-left-style:solid; border-left-color:#ddd;}.div2{ padding-top:3px; ...
分类:Web程序   时间:2014-09-09 10:37:38    阅读次数:313
ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2014-09-07 21:07:35    阅读次数:247
Sublime Text 3 配置
配置:{ "font_face": "Source Code Pro", "font_size": 13, "highlight_line": true, "ignored_packages": [ "Vintage" ], "show_enc...
分类:其他好文   时间:2014-09-06 22:30:24    阅读次数:385
css尖角
1 .market-nav-arrow {2 height: 0;3 font-size: 0;4 line-height: 0;5 border-style: solid;6 ...
分类:Web程序   时间:2014-09-06 13:37:13    阅读次数:192
css clearfix
/* 清除浮动 */html body div.clear, html body span.clear { background: none; border: 0; clear: both; display: block; float: none; font-si...
分类:Web程序   时间:2014-09-06 12:11:03    阅读次数:177
如何修改64位Eclipse中的代码字体大小
1、双击打开Eclipse,如下图所示: 2、找到菜单栏中的Window,单击它,选择Preferences 3、在左侧的树形菜单中找到General---》Appearance---》Colors and Fonts 4、选择Basic---》Text Font,单击Edit,设置字体大小 5、设置完后,字体大小为...
分类:系统相关   时间:2014-09-05 23:48:02    阅读次数:279
解决matplotlib中文乱码问题(Windows)
1.修改matplotlibrc文件进入Python安装目录下的Lib\site-packages\matplotlib\mpl-data目录,打开matplotlibrc文件,删除font.family和font.sans-serif两行前的#,并在font.sans-serif后添加微软雅黑字体...
分类:Windows程序   时间:2014-09-05 19:50:11    阅读次数:235
sublime text 我的常用配置
{"color_scheme": "Packages/Color Scheme - Default/IDLE.tmTheme","font_face": "Monaco","font_size": 14,"line_padding_bottom": 2,"line_padding_top": 2,"...
分类:其他好文   时间:2014-09-05 16:03:21    阅读次数:269
图片垂直居中
http://blog.csdn.net/dyllove98/article/details/89669101.利用table-cell实现居中,font-size做兼容兼容IE6+/FF/Chrome优点:不添加任何多余标签,兼容主流浏览器 /* 样式 */.box-1{ display:...
分类:其他好文   时间:2014-09-05 14:19:21    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!