Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
31
Comments
10
Radasin
@Radasin

All comments

  • CRKNO•50
    @CriKno
    Submitted about 2 years ago

    NFT preview card with basics

    1
    Radasin•620
    @Radasin
    Posted about 2 years ago

    Place an image inside an image: html<img class="img"><img class="overlay" /></img>

    css

    .overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2; 
    }
    
    .img:hover .overlay {
     display:block;
    } ```
    this should work i haven't tested it but it should work.
    
  • Fran Domitrović•250
    @frandomitrovic
    Submitted about 2 years ago

    Order summary component

    1
    Radasin•620
    @Radasin
    Posted about 2 years ago

    Looks good. CSS Line 16 - -fs-16: font-size: 16px; is an error. Correct is --fs-16: 16px;. But you don't need a custom property for font size of 16px because 16px = 1rem and its the default font size for browsers.

    Marked as helpful
  • Radasin•620
    @Radasin
    Submitted over 2 years ago

    Simple calculator

    2
    Radasin•620
    @Radasin
    Posted over 2 years ago

    Done some fixing.

  • LiKo•320
    @yoqedo
    Submitted over 2 years ago

    Interactive Submit Form

    #accessibility#animation
    1
    Radasin•620
    @Radasin
    Posted over 2 years ago

    You can use the output element for the form output. Here is a link for that MDN

  • Radasin•620
    @Radasin
    Submitted over 2 years ago

    CSS ONLY MENU

    3
    Radasin•620
    @Radasin
    Posted over 2 years ago

    I will try to fix it.

  • Nino Khurtsidze•400
    @Ninunutsi
    Submitted over 2 years ago

    Time tracking dashboard

    1
    Radasin•620
    @Radasin
    Posted over 2 years ago

    Id's should be unique, you can remove id from clone by using clone.removeAttribute("id");. Use rem, em or % instead of px. Don't style sections, or any element that you can have more then once in html, give them a class. You can use the fetch function to get the data from json:

    fetch("./data.json").then((response) => {
             return response.json();
    }).then( (data) => {
         //read the parsed json  data
    ));
    
    Marked as helpful
  • Nann Ei Ei Win•140
    @neew18
    Submitted over 2 years ago

    Nft preview card

    3
    Radasin•620
    @Radasin
    Posted over 2 years ago

    HTML & CSS for Beginners Part 7: File Structure

    Marked as helpful
  • Nann Ei Ei Win•140
    @neew18
    Submitted over 2 years ago

    Nft preview card

    3
    Radasin•620
    @Radasin
    Posted over 2 years ago

    Its better to put the css file in a folder css then src, because most developers use a css folder (we get confused when the css style is in a folder who is named differently). You don't need to set height to auto its the default. The :root is for custom properties, if you want to set font size to 62.5% use html selector here is a video about css units at 1:44 is the font size set to 62.5% so the rem would be 10px. Lastly use alt attribute in img elements, its use when the img can't be showed and for screen readers.

    Marked as helpful
  • Radasin•620
    @Radasin
    Submitted over 2 years ago

    CSS GRID HTML FLEXBOX

    2
    Radasin•620
    @Radasin
    Posted over 2 years ago

    Thanks. I will change the code.

  • Joachim van der Pol•60
    @JoachimvdP
    Submitted over 2 years ago

    QR component challenge

    2
    Radasin•620
    @Radasin
    Posted over 2 years ago

    That is the simplest solution to center something in the browser viewport. The body like any other element has a height set to auto by default, so when you set it to 100vh it has the full height of the browser viewport and the flex display can then center the content in the middle. You can use position relative or absolute to place items in center, but that is more complex.

    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

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