Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
4
Comments
4

Viktor Rumenov

@TamarawGuySofia, Bulgaria60 points

JavaScript, React.js, Next.js, Web3

Latest solutions

  • Recipe Page with HTML & CSS


    Viktor Rumenov•60
    Submitted 26 days ago

    1 comment
  • Social links profile with HTML & CSS


    Viktor Rumenov•60
    Submitted 28 days ago

    1 comment
  • Blog Preview Card with HTML & CSS


    Viktor Rumenov•60
    Submitted about 1 month ago

    1 comment
  • QR Code component using HTML and CSS


    Viktor Rumenov•60
    Submitted about 1 month ago

    2 comments

Latest comments

  • Mahmud Kabir Usman•80
    @Miranusm
    Submitted 26 days ago

    A responcive Recipe page with Ingredients, and Instruction

    1
    Viktor Rumenov•60
    @TamarawGuy
    Posted 26 days ago

    Very good work done! What I can suggest is:

    1. You can use the 'Young Serif' font for the titles of the paragraphs.
    2. Also the recipe card is a bit wider on the screenshot.

    Overall, great job!

  • Mohamed Ahmed Al-Shrafi•100
    @Mohamed14-7
    Submitted 28 days ago

    Socail Social Links Profile

    1
    Viktor Rumenov•60
    @TamarawGuy
    Posted 28 days ago

    Very good job! I would suggest to bold the text in the buttons, make the name smaller, and also make the padding of the card a little bigger

  • P
    CoderAlchemy24•190
    @CoderAlchemy24
    Submitted about 1 month ago

    Responsive card component- HTML-CSS

    1
    Viktor Rumenov•60
    @TamarawGuy
    Posted about 1 month ago

    That's some good work done there, however I think there can be a few improvements done:

    1. Card not centered veritically You can use flexbox to center the content of the body both horizontally and vertically:
    * {
    -  margin: 0 auto;
       box-sizing: border-box;
    +  display: flex;
    +  justify-content: center;
    +  align-items: center;
    }
    
    1. Padding in Card too big What I can see is that the padding in the card is a bit too large compared to the design, try using a smaller padding

    2. Google Font family not used On the live preview I can see that you did not use the required font family from google fonts. Here are the links you need to add in the <head> tag above the <title> tag:

    <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap"
          rel="stylesheet"
        />
    

    In order to use the font family you need to add the following lines in your css file:

    <some-class> {
      font-family: "Figtree", sans-serif;
    }
    
    1. Cursor is not pointer when hovering over the title of the card What you can do for better UX is to make your cursor a pointer when hovering over your <h1> tag:
    h1:hover{
       color: var(--color-yellow, #F4D04E);
    +  cursor: pointer;
    }
    
    Marked as helpful
  • Azeem N•20
    @CoderZ865
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    I'm most proud of the fact that I started. After spending a lot of time binging CSS tutorials and CSS battles, I finally pushed past the hesitation and built something on my own.

    Center-aligned QR Card Using Flex and Grid

    1
    Viktor Rumenov•60
    @TamarawGuy
    Posted about 1 month ago

    Great job!

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub