tag එකට මුලින් හරි අගින් හරි type කරන word එක
Risina SemuthuCode Pro
html වල image එකක් move වෙන්න දාන tag එක දැම්මම image එක move වෙන දිශාව (left or right)add කරන්නෙ කොහොමද?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
transform: translateX(30px); meka dakunata move karanna oyata oni pixel gaana danna.
transform: translateX(-30px); meka wamata
oya css walata gihin
img{
float: right;
float:left;
}
oya css walata gihin
img{
float: right;
float:left;
}
If you use CSS, You can copy this code.
img{
position: absolute or relative:
left: your dimensions;
right: your dimensions;
}
Not only that we can use this code also:
img{
float: right;
float:left;
}