问答详情
源自:1-2 佛靠金装,人靠衣装 - html和css的关系

怎样可以把 勇气 居中

怎样可以把  勇气  居中  

提问者:qq_碎琼_0 2017-04-23 23:32

个回答

  • 慕后端6854955
    2017-04-23 23:37:17

    <html>

        <head>

            <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

            <title>勇气  居中</title>

            <style type="text/css">

            h1{

                text-align:center;

            }

            </style>

        </head>

        <body>

            <h1>勇气</h1>

        </body>

    </html>


  • 我是一只小蜗牛
    2017-04-23 23:35:17

    h1{

                fout-size:12px;

                color:#111;

                text-align:center;


            }