SpaceHey's profile picture

Published by

published

Privacy: Link-only
Category: SpaceHey

Advent 2023 - Day 17 - Rounded corners!

Happy December 17th!
Today I'll share a tiny code-snippet which will make your profile have rounded corners everywhere! 😊

<style>
*{
  border-radius: 9px;
}
.profile .contact .heading, .profile .table-section .heading, .home-actions .heading{
  border-radius: 6px 6px 9px 9px;
}
</style>
Have a great day!! πŸŽ…


Comments