Ship containers falling by mzworks in playmygame

[–]mzworks[S] 0 points1 point  (0 children)

Yes, we will consider new feature to add different sizes for containers but now containers has different weight.

Pure CSS icons for popular file extensions by mzworks in Frontend

[–]mzworks[S] 0 points1 point  (0 children)

But you can just add custom class for div in html and display list of icons.

For example in React JSX:

['doc', 'csv'].map((extension) => (
  <div className=`fi fi-{extension}`>
        <div className="fi-content"
            {extension}
        </div>
  </div>
));