小编Sha*_*mes的帖子

How to repeat character in HTML with responsive resizing?

I am trying to create rows in a DIV where there are three pieces of information to display. A left align text, a right align text, and repeat character "." between the two

在此处输入图片说明

I tried this using the HTML below. But it is not working with a div for each piece.

 <div style="margin-bottom:5px"><!-- row 1 -->

    <div style="float:left;">Left</div> <!-- left column -->
    <div style="display: inline-block;">...</div> <!-- center column -->
    <div style="float:right;">Right</div> <!-- center column -->

  </div><!-- row 1 -->
Run Code Online (Sandbox Code Playgroud)

I …

html javascript

2
推荐指数
1
解决办法
53
查看次数

标签 统计

html ×1

javascript ×1