Posts by Hemerson Vianna • 61 points
4 posts
-
0
votes2
answers73
viewsA: How to make the button always right at the top inside the div?
Viewing here, the button never walks. I saw in 4 different browsers. But in case you have problems with the button walking. You can use position:Absolute on it and take off the float. Example:…
-
0
votes1
answer54
viewsA: How to increase the chart without breaking the mobile layout
I made an example with the responsive graph. It does not stipulate size, controls it by css, and in javascript it recognizes when the screen size changes.…
-
1
votes1
answer57
viewsQ: How to avoid layout breakage in a PWA project?
When listing the files you want to cache with the service worker version, most of the time we put the style file, to be accessible offline. With this, when there is a change of CSS, in production…
-
1
votes1
answer63
viewsA: Black strip above the image
I made an example at Jsfiddle. Just use rgba for the background, or you can use a 1 pixel image with transparency (png), repeating in the background via css.…