文章
产品
干货
笔记
专题
教程
HTML
CSS
Git
javaScript
正则表达式
Gulp
vue后台管理系统
源代码
点击运行
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>css样式</title> <style> .test{ width: 300px; height: 100px; background-color: red; margin: 10px; } </style> </head> <body> <div class="test"></div> <div class="test"></div> <div class="test"></div> </body> </html>
运行结果