摘要: <style type="text/css"> .box{ height: 40px; background-color: #eee; border-top: orange solid 3px; border-bottom: 1px solid #aaa; } .box2{ ; width: 600 阅读全文
posted @ 2018-02-16 17:01 L与S的小甜菜 阅读(285) 评论(0) 推荐(0) 编辑
摘要: margin 0 auto是盒子包含盒子时的水平居中 text align是盒子包含内容时的水平居中 阅读全文
posted @ 2018-02-16 16:06 L与S的小甜菜 阅读(81) 评论(0) 推荐(0) 编辑
摘要: table{ width: 200px; height: 300px; border: red solid 1px; border-collapse: collapse; } td{ border: red solid 1px; } </style> </head> <body> <table > 阅读全文
posted @ 2018-02-16 11:36 L与S的小甜菜 阅读(60) 评论(0) 推荐(0) 编辑