html - Colour transition effect on browser -
I'm trying to get an original job where you run on a link and it's in a color and a visa The transition is The problem I have is that whenever I change the size of the browser, the affected text returns a very slow response I've added a media query where it changes the percentage of fonts depending on the size of the browser So I believe that there is something to do with this. I have created a JSField to show you the problem. Thanks
html {font-size: 100%; } / * Medium Screen ($ Middle Screen) * / @ Media (minimum-width: 40rem) {/ * Line 26, ../sass/screen.scss * / html {font-size: 112%; }} / * Large screen ($ large scale) * / @ media (minimum-width: 64rem) {/ * line 33, ../sass/screen.scss * / html {font-size: 120%; }}
Comments
Post a Comment