html - Responsive image and text at same time -


is there way make text on right side, scale image on left side @ same time. when try resize browser text height goes outside. try media queries doesn't work. don't want use height on element. possible? here jsfiddle:

[http://jsfiddle.net/mbole87/a9zstjzb/1/] 

you use "vw" value in css? along css image of course...

.some-class{     font-size: 2vw } 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -