だから私はここにこのCSSを持っています:
.outerDot {
width: 50px;
height: 50px;
background: white;
border: 4px solid blue;
border-radius: 50px;
}
.outerDot:after {
background: blue;
width: 20px;
height: 20px;
}
そして、私はの.outerDot:after
中に現れることを望み.outerDot
ます。私は間違った木を吠えていますか? JsFiddle
htmlはただ<div class="outerDot"></div>
です。