赞
踩
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- <style>
- .box{width: 300px;height: 300px;border: 1px solid black;margin: 20px auto;display: flex;flex-direction: row-reverse}
- .box div{width: 50px;height: 50px;color: white;line-height: 50px;text-align: center;background: red;}
- </style>
- </head>
- <body>
- <div class="box">
- <div>1</div>
- <div>2</div>
- <div>3</div>
- </div>
- </body>
- </html>
运行结果
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。