做成下面的效果该如何来做呢?
代码如下:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>行内块元素练习</title>
<style>
.box {
margin: 211px auto;
text-align: center;
color: #333;
}
.box a {
display: inline-block;
height: 36px;
width: 36px;
border: 1px solid #ccc;
text-align: center;
line-height: 36px;
background-color: #f7f7f7;
text-decoration: none;
color: #333;
}
.box .prev,
.box .next {
width