.circle{ width: 100px; height:100px; border-radius: 50%; margin: 20px; float: left; }
#red-circle{ background-color: red; }
#blue-circle{ background-color: blue; }
#green-circle{ background-color: green; }
</style>.circle{ width: 100px; height:100px; border-radius: 50%; margin: 20px; float: left; }
#red-circle{ background-color: red; }
#blue-circle{ background-color: blue; }
#green-circle{ background-color: green; }
</style>