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 solutions

  • Submitted


    Is using "object-fit: cover" for image can be considered as best practices in these situations?

  • Submitted


    I used scrollbar for overlapping content and made it invisible. Is it ok?

    Also I used two different approaches to create this component:

    1. Creating static list of notifications in html.
    2. Creating this list using only DOM manipulations.

    Which one do you think is better? (I know that it wasn't necessary to build it just using DOM but I just wanted to refresh my knowledge about it)

  • Submitted


    Am I using best practices manipulating with DOM? Should I use media-queries this way or is there any better solution for pesponsive layouts?

  • Submitted


    Can you suggest me good way to center vertically this type of divs? I just used margin to make illusion of centering.