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

Tjaša Žilavec

@TjasaZilweb590 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

I’m currently learning...

Vue.js, Javascript and Cypress

Latest solutions

  • Password generator app


    Tjaša Žilavec•590
    Submitted over 2 years ago

    1 comment
  • IP Address Tracker


    Tjaša Žilavec•590
    Submitted over 2 years ago

    1 comment
  • Dictionary Web App


    Tjaša Žilavec•590
    Submitted over 2 years ago

    0 comments
  • Github User Search


    Tjaša Žilavec•590
    Submitted over 2 years ago

    0 comments
  • Results Summary Component


    Tjaša Žilavec•590
    Submitted over 2 years ago

    0 comments
  • Easybank landing page


    Tjaša Žilavec•590
    Submitted over 2 years ago

    0 comments
View more solutions

Latest comments

  • Mzu Soci•170
    @Mzu-Soci
    Submitted over 2 years ago

    Huddle landing page

    2
    Tjaša Žilavec•590
    @TjasaZil
    Posted over 2 years ago

    Hi Mzu Soci,

    good job on the challenge. I remember struggling with it myself when I first tried to solve it. I looked at your code and live site and I have a suggestion that you may take into account.

    At @media (min-width: 600px) you change your wrapper to have max-width: 1100px;. The wrapper is wider than the screen and it looks cut off on screens that are less than 1100px wide. Based on your code I think that the best solution is to change @media (min-width: 600px) and @media (max-width: 600px) to @media (min-width: 1050px) and @media (max-width: 1050px). You can also eliminate the .wrapperclass from the @media (min-width: 1150px) and add width: 1100px; to the .wrapperthat is outside the media queries.

    I hope my writing makes sense. Keep up the good work! Cheers 🥂

    Marked as helpful
  • Agil•180
    @Agil-Saputra
    Submitted over 2 years ago

    News Homepage

    3
    Tjaša Žilavec•590
    @TjasaZil
    Posted over 2 years ago

    Hi Agil,

    good work on the project. To enhance your code you can put the navbar section outside of the main component and wrap it into <header> tag. You can read more about the tag and why it is used here. I also see that all of your pictures do not have an alt attribute. Some of the alt attributes are empty. It is good practice to describe the picture in the alt attribute, just in case, the user can not see the image (slow connection, broken src or the user uses a screen reader).

    I do not think you need to use any frameworks with this project, as it is pretty simple. Basic HTML, CSS, and a bit of JS are enough. You can redo the challenge once you know some frameworks if you want.

    Otherwise, you are doing great :)

    Cheers! 🥂

  • Daniel Dekany•920
    @dknyd
    Submitted over 2 years ago

    Basic HTML/CSS Excercise

    3
    Tjaša Žilavec•590
    @TjasaZil
    Posted over 2 years ago

    Hi Trezmor. I say that you wrapped your image in a div. try adding a purple background color to the div around the image. This should put a purple color above the picture. You will probably have to adjust the opacity of the background.

    I hope that helps :)

  • EviTee•30
    @Evitee
    Submitted almost 3 years ago

    Qr code component solution built with HTML and CSS

    1
    Tjaša Žilavec•590
    @TjasaZil
    Posted almost 3 years ago

    Hi EviTee!

    Good job on your solution!🥂 I see that you did not link your CSS and HTML files properly. Try href="styles.css" instead of href="../styles.css" in your link tag and this should solve the issue. Also, try and use <h1> instead of <h2> since this is the main/only heading. You can style it accordingly with CSS.

    Other than that I have skimmed your code and it looks nice. 👌

    I hope this comment will be helpful to you.

  • Gamajunior•30
    @Gamajunior6
    Submitted almost 3 years ago

    Responsive landing page using CSS flexbox

    #itcss
    2
    Tjaša Žilavec•590
    @TjasaZil
    Posted almost 3 years ago

    Hi Gamajunior!

    Good job on your design! I have a few suggestions for you to consider, that will make your solution closer to the design.

    Here are some of the CSS changes that you can implement:

    • You can change height: 400px; in the body tag to height: 100%. After that, you can add:
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    

    this will center your card on all devices.

    • You can style your button with border: none; to get rid of the border around it and make it look closer to the solution.

    Some HTML changes:

    • The <div class="Card" > around your image is not necessary for this project, so you can delete it.
    • Instead of using <br> in your <p> tag it is better practice to style the text with CSS. Try adding width:270px; to .Content and deleting <br> from HTML. It will give you the same result.
    • Look into semantic HTML. Using tags like <main>, <header>, <footer>... makes the site more accessible and most of the time also easier to style. Try to use <div> only when necessary.

    Hope it makes sense, you can have a look at my solution for this challenge to have an idea.

    Marked as helpful
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

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