html - Keep background-color while overlapping a picture -


how can overlap

	<p style="background-color:red; width:168px; padding:10px; margin-top:-168px;" class="kasten">

this p tag on picture , keep background-color:red?

because background gets transparent when overlaps picture...

thanks answers!

cheers, till

instead of margin-top, try using:

position: relative; top: -168px; 

see: https://codepen.io/anon/pen/prvwvo


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -