В моем нижнем колонтитуле есть кружок Div, и я хочу центрировать его в нижнем колонтитуле.В конце будет 3 круга подряд. Мой CSS:
.circle {
height: 50px;
width: 50px;
background-color: rgba(0, 0, 0, 0.90);
border-radius: 50%;
text-align: center;
font-size: 30px;
}
footer {
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
background-color: green;
}