Home > front end >  Link from the outside
Link from the outside

Time:11-07



<meta charset="utf-8" & gt;
<meta name="viewport" content="width=device - width, initial - scale=1.0" & gt;
Document
<style>
. Box1 {
Height: 300 px;
width: 1000px;
Background - color: wheat;

}
Box1 a {
Margin - left: 10 px;
margin-top:10px;
}
</style>

<body>




Why margin - top don't work?
  • Related