Bring div in center screen using html and style codersmagJuly 01, 2017<body> <div style = " width : 800px ; margin : 0 auto ; " > centered content </div> </b... 0 Comments Read
Align Block element Horozontaly in CSS codersmagMay 29, 2017 Use the following code to align block element horizontally 1: <!DOCTYPE html> 2: <html> 3: <head> 4: <sty... 0 Comments Read