张
Follow

After following, you can keep track of his dynamic information in a timely manner

Course notes
  • Courses in the relevant section:Two columns_fixed on the right_adaptive on the left

    这样更直接 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .div1{ width: 200px; height: 600px; background-color: #ccc; float: right; } .div2{ height: 600px;background-color: red; } </style> </head> <body> <div class="div1">1</div> <div class="div2">2</div> </body> </html>

    2018-03-240个赞