Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the photos circle instead of oval on home page #55

Closed
Signior-X opened this issue Mar 27, 2021 · 4 comments
Closed

Make the photos circle instead of oval on home page #55

Signior-X opened this issue Mar 27, 2021 · 4 comments
Labels
css good first issue Good for newcomers

Comments

@Signior-X
Copy link
Member

image

As can be seen in the image, the photos are oval in shape. They should be a perfect circle. For that, in the CSS, height should also need to be mentioned and with the same value as width.

Hint: Inspect the element and try playing with CSS adding height: 150px and then find where to add this in the code.

@Signior-X Signior-X added the good first issue Good for newcomers label Mar 27, 2021
@godwin-olele
Copy link
Contributor

@Signior-X , to add to that , he/she can add ( height: 150px and width: 150px ) ;

@Signior-X
Copy link
Member Author

yes, you can try this. Would love to have a PR from you side.
btw are you working on this issue?

If you are working, I would suggest first complete the other issue. Then do this one.

@godwin-olele
Copy link
Contributor

@Signior-X , right, when I am done fixing other issues, then I am coming to this...

@Signior-X Signior-X added the css label Mar 27, 2021
@Ritam727
Copy link
Member

Would be working on this issue now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants