Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @marcosnovaesq

    Submitted

    How to make that circle that wraps the results being a perfect circle and not an oval figure?

    How to separate CSS to make site responsive?

    @ZahidurRahman8759

    Posted

    1. You have to use border-radius to 100% in that <div></div> to make it full circle. Example: .results { border-radius: 100%; }

    2. Use @media (max-width: 500px) { in here you will write the CSS code which you want to change } - as an example to make a site responsive. Search use of 'media query' in Google. You will find the tutorials.

    0
  • @ZahidurRahman8759

    Posted

    Looks so damn cute and the color combination is great.

    1
  • @ZahidurRahman8759

    Posted

    It's pretty neat but you have to change the text color. Else the text is mixed with your background.

    0