LoginSignup
0
0

More than 3 years have passed since last update.

element UI

Posted at

横並びにするデザイン


     <div style="text-align:  center !important;">
          <el-row>
                        <el-col :lg="{span: 4, offset: 6}" :sm="24">
                          /*lgの場合だけ6空ける

                            <div class="circle">
                                <p>会員登録</p>
                                <h3>無料!</h3>
                            </div>


                        </el-col>
                        <el-col :lg="{span: 4}" :sm="24">
                            <div class="circle">
                                <p>会員登録</p>
                                <h3>無料!</h3>
                            </div>
                        </el-col>

                        <el-col :lg="{span: 4}" :sm="24">
                            <div class="circle">
                                <p>会員登録</p>
                                <h3>無料!</h3>
                            </div>
                        </el-col>

                    </el-row>
</div>


中心に丸を3つ並られる。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0