绝对定位position:absolute;实现居中对齐

<!doctype html> <html> <head> <meta charset="utf-8"> <title>练习的地方</title> <style> .main { position: absolute; width: 700px; height: 500px; background: pink; left: 50%; //起始是在body中,横向距
相关文章
相关标签/搜索