Quick Tips in Web Development
When designing presentations and websites, I often like to use circles with text contained inside. To achieve this with some basic CSS, we just have to do something like the following.
.circle {
background: burlywood;
border: 10px solid #000;
color: #000; width: 50vw;
height: 50vw;
font…