标签: css
2017
- css 扩散列表 <html> <style> /*重置样式*/ ol,ul,li{margin:0; padding:0;} li{list-style: none;} body{margin: 0;font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;} /*外层布
- css RWD 设置窗口 ``html <meta name="viewport" content="width=device-width,initial-scale=1.0"> ` width=device-width部分设置页面的宽度以遵循设备的屏幕宽度(这将随设备而异)。 initial-scale=1.0当页面首先由浏览器加载
- css 图片 <html> <head> <style> /*---1------------------------------------------- 通用 -------------------------------------------------*/ div.gallery{ border: 1px solid #c
- css 提示 <html> <head> <style> /*---1------------------------------------------- 通用 -------------------------------------------------*/ .tooltip{ position: relative; dis
- css 下拉 <html> <head> <style> /*---1------------------------------------------- 这里是下拉文字的 -------------------------------------------------*/ .dropdown{ position: relati
- css 表单 <html> <head> <style> input[type=text]{ width:50%; padding:12px 20px; margin:8px 0; box-sizing:border-box; border:3px solid #ccc; -webkit-transition:0.5s; outli
- css 导航栏 下拉需要注意ul里的溢出. 也可以用按钮来做下拉. ``html <!doctype html> <html> <head> <style> ul{ list-style-type:none; margin-top:0; margin-left:20%; padding:0; overflow:visible; bac
- css 单词 整体 background 背景 none 不定义 style 样式 hidden 隐藏 visibility 能见度 display 显示 block 块 attribute 属性 repeat 重复 hue 色调 saturation 饱和度 lightness 亮度 gradient 坡度(用于渐变) skew
当前筛选没有匹配文章。