摘要: <!doctype html><html><head><meta charset="utf-8"><title>CSS3旋转的太极</title><style>.taiji { margin:50px auto 0; height:200px; width:200px; animation:run- 阅读全文
posted @ 2017-06-28 21:51 木.玛 阅读(162) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css">ul{margin:0px; padding:0px; list-style:none;} .wrap{width:960px; height:auto; line-height:30px; margin:100px auto 0;} .step-cas 阅读全文
posted @ 2017-06-28 21:50 木.玛 阅读(5982) 评论(1) 推荐(0) 编辑
摘要: 响应式导航栏 1、保证在窄屏时需要折叠的内容必须包裹在带一个div内,并且为这个div加入collapse、navbar-collapse两个类名。最后为这个div添加一个class类名或者id名。 2、保证在窄屏时要显示的图标样式(固定写法):< button class="navbar-togg 阅读全文
posted @ 2017-06-28 21:41 木.玛 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 2.标题(2) <small>,class:small 3.段落 <p> 让一个段落p突出显示,可以通过添加类名“lead”实现,其作用就是增大文本字号,加粗文本,而且对行高和margin也做相应的处理 4.使用<b>和<strong>标签让文本直接加粗。 5.使用标签<em>或<i>来实现斜体 6 阅读全文
posted @ 2017-06-28 21:39 木.玛 阅读(437) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css3三角形画法</title> <style> .content{ width: 0px; height: 0px; margin: 50px auto 0px 阅读全文
posted @ 2017-06-28 21:35 木.玛 阅读(305) 评论(0) 推荐(0) 编辑