search

Home  >  Q&A  >  body text

Why can't it be done without adding a border?

QQ截图20181014163236.png

<!DOCTYPE html>
<html>
<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>
</head>
<body>
<style>
*{
margin: 0px;
padding:0px;
}
.a{
width: 120px;
height: 120px;
background: red;
}
.b{
border: 1px solid;
margin: 10px;
}
</style>
<div>
<div>
头快坏了
</div>
</div>
</body>
</html>

Why is it like this?

师说师说2235 days ago1427

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2018-10-16 20:57:30

    I didn’t see classes a and b, please re-send them.

    reply
    0
  • Cancelreply