Text following the center of a page -
i'm trying create simple header (html) text ( 1 word ). text follow center of page, mean when shrink page width mouse want text alter position new center of page. please help,
below sample code. of import thing css "text-align". help?
<!doctype html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> </head> <body> <style type="text/css"> p.centerpara{text-align: center} </style> <p class="centerpara">hello world!</p> </body> </html> text center
No comments:
Post a Comment