会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xxxxxxxxxx12
博客园
首页
新随笔
联系
订阅
管理
2020年10月13日
CSS P标签下首行缩进两个字符
摘要: text-indent: 2em;
阅读全文
posted @ 2020-10-13 18:52 xxxxxxxxxx12
阅读(791)
评论(0)
推荐(0)
2019年9月20日
for循环 事件 if else综合应用
摘要: <table id="tb"> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td>4</td> <td>5</td> <td>6</td> </tr> </table> <script> var td = document.getElement
阅读全文
posted @ 2019-09-20 21:21 xxxxxxxxxx12
阅读(554)
评论(0)
推荐(0)
2019年9月17日
第一天JS学习内容
摘要: // alert('nihao'); // document.write('nihao'); // console.log("nihao"); // console.log(1+1); // var创建变量 // var xing:声明变量 // var xing="xingzhi"声明变量,并且进
阅读全文
posted @ 2019-09-17 08:48 xxxxxxxxxx12
阅读(464)
评论(0)
推荐(0)
2019年9月4日
id为container 的div能水平居中 需要的CSS 样式
摘要: .container { width: 1536px; margin-right: auto; margin-left: auto; <div class="container"> .container { width: 1536px; margin-right: auto; margin-left
阅读全文
posted @ 2019-09-04 20:19 xxxxxxxxxx12
阅读(828)
评论(0)
推荐(0)
防止盒子崩塌
摘要: <body> <div id="hou" class="clear"> <div id="zuo"><p>事实上</p></div> <div id="you"></div> </div> </body> css /* 防止盒子崩塌 */ .clear::after{ content: ""; di
阅读全文
posted @ 2019-09-04 20:15 xxxxxxxxxx12
阅读(186)
评论(0)
推荐(0)
2019年8月28日
段落,图片快捷键及小知识
摘要: <!--...--> 注释标签快捷键 ctrl + /(斜线) alt+shift+f格式化代码,让代码整齐 div很重要是一块内容 写一段文字用P在div下面,p可以接align进行左,中,右移动 hr一根线 h是标题
阅读全文
posted @ 2019-08-28 11:34 xxxxxxxxxx12
阅读(605)
评论(0)
推荐(0)
公告