属性选择器(常用)
= -->绝对等于 *= -->包含 ^= -->以开头 $= -->以结尾
代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>index</title>
?
<style>
?
.demo a{
float: left;
display: block;
height: 50px;
width: 50px;
border-radius: 30px;
background: #4a78c2;
text-align: center;
color: #555555;
text-decoration: none;
margin-right: 10px;
font: bold 20px/50px 宋体;
}
?