css - HTML: Two images on the same line while resizing as the window resizes -



css - HTML: Two images on the same line while resizing as the window resizes -

i'm looking way set 2 portrait images on same line, , maintain them there, if resize window, should resize too...

any thought how can accomplish this?

note: i'm looking info utilize on tumblr.

ok, question bit weird , hard understand. might wanna prepare that.

if you're wondering how create images remain on line , resize browser window, can assign them width value % property.

like this: jsfiddle

img { width:30%; /* max-width and/or min-width */ }

css css3

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -