How to create a button like in the example

How do i get the white border around the right button? i've tried working with border: but did not get the expected result.
No description
9 Replies
ἔρως
ἔρως2y ago
border there's nothing special to it it's a border and border-radius set to 50% the height in non-relative units
rayannn
rayannnOP2y ago
i've got the border radius but i cant seem to get the thin lines
ἔρως
ἔρως2y ago
border: 1px solid gray
rayannn
rayannnOP2y ago
just noticed i did not add solid, false alarm lads
ἔρως
ἔρως2y ago
what do you mean?
rayannn
rayannnOP2y ago
i just did border: 1px grey and forget to add solid
ἔρως
ἔρως2y ago
that explains why it didnt work the element inspector should have shown an error
rayannn
rayannnOP2y ago
yea its one of those things that sometimes you forget and then wonder why it does not work
ἔρως
ἔρως2y ago
it happens to all of us, even me

Did you find this page helpful?