Help in Programming

. https://schoolsssvm.000webhostapp.com/ In this website. I want image in the center and love all and serve all to its sides but when i move the love all or serve all text picture also moves so how do i do it. WIll u help me please

in that case, you must expertise on CSS too. Try learn it from https://www.bitdegree.org/learn/. There’re bunch of free tutorials there which will fulfill on what you need.:grin:

<style>
img{
position:absolute;
float:left;
left:30%;
}
love{
position:absolute;
float:left;
left:0px;
z-index:999;
}
serve{
position:absolute;
float:right;
right:0px;
z-index:999;
}
</style>

Hope this helps :wink: