pozycjonowanietop
New Member
I have a border around a translucent circle. My problem is the border color is not consistent. It is lighter on the very bottom. I believe it's because part of the border overlaps with the fill and part of of it does not. How do I make the border color consistent?
\[code\] #video > .play { left: 50%; top: 50%; width: 8em; height: 8em; background: rgba(0,0,0,0.2); background: -webkit-linear-gradient( top, rgba(255,255,255,0.6), rgba(255,255,255,0.1) ); background: -moz-linear-gradient( top, rgba(255,255,255,0.6), rgba(255,255,255,0.1) ); border-radius: 3em; border-radius: 50%; border: 0.4em solid rgba(191,17,0,0.8); margin: -4em 0 0 -4em; box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.4); }\[/code\]