ThisistheHtmlforthissection:
home#home.scrollbrbr.container.rowa.scrollhref="#oquee"
.cir O que é
a.scroll href="#local"
.cir Local
a.scroll href="#convidado"
.cir Convidado
a.scroll href="#contato"
.cir Contato
a.scroll href="#inscricao"
.cir Inscrição
Good morning, I wonder how I could leave these circles side by side, and centered on the page? I have a landing page for delivery today.
I already tried to apply display: inline;
plus it gives the following error
ThisisthecssI'veinserted:
.cir{background-color:#135d62;color:#fff;width:120px;height:120px;line-height:120px;vertical-align:middle;text-align:center;font-size:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;display:inline;}
HowcanIputeachcirclesidebysideandthencenter?Well,I'vetriedwithBootstrap'sGridsystembutit'snotcentralized.
Itlookslikethiswiththebootstrap:
html bootstrap
home
#home.scroll
br
br
.container
.row
.col-md-2
a.scroll href="#oquee"
.cir O que é
.col-md-2
a.scroll href="#local"
.cir Local
.col-md-2
a.scroll href="#convidado"
.cir Convidado
.col-md-2
a.scroll href="#contato"
.cir Contato
.col-md-2
a.scroll href="#inscricao"
.cir Inscrição
Thank you in advance for your attention.