Posts by laurent • 138 points
1 post
-
2
votes2
answers1376
viewsA: Image alignment inside the box
One possibility is to use background to do this: <!DOCTYPE html> <html> <head> <style> .imagem { width: 700px; height: 575px; border: 1px solid red; background: #fff…