Skip to content

How to make the grid items circular correctly #9509

Discussion options

You must be logged in to vote

I might have found a simple tweak to the .card-img class, that helped in my case:

.card-img {
  border-radius: 50%;
  height: 10em; 
  width: 10em;
} 

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@mcanouil
Comment options

@camilogarciabotero
Comment options

@mcanouil
Comment options

@camilogarciabotero
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by camilogarciabotero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
listings html Issues with HTML and related web technology (html/css/scss) themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants