Skip to content
Sign UpLog In
Profile icon

NIHAL RANJAN SAHU

@NIHALRANJANRANJ
Repls
Community
NIHALRANJANRANJ
NIHALRANJANRANJ
shared a Post
2 years ago
how you put a image in center ?
how to do you put an image in center in css
personal website
HTML, CSS, JS
sn236
sn236
Why do it with css when you can do it simply in html. use the center tag Before the image tag and after the image tag. Note - It can be done in css but sometimes it doesn't work2 years ago
NIHALRANJANRANJ
NIHALRANJANRANJ
shared a Post
2 years ago
how can i insert a photo in css? i can't do it. If my photo name is "me", so send me the code .
personal website
HTML, CSS, JS
sn236
sn236
background-image: 'filename'; background-repeat: no-repeat; background-size: cover; Just add this2 years ago
MrVoo
MrVoo
You can add an image with CSS using the background-image property2 years ago