I am looking to create a dark mask at the bottom of a circle that is contained in the main circle.
can you do this using css masks?
Please see fiddle
<div id="profile-pic-wrap">
<div id="profile-pic">
<div class="profile-btn-bg">
<a href="#" class="profile-pic-btn">Change Profile</a>
</div>
</div>
</div>
Thanks