Skip to content

Conversation

@way11229
Copy link

No description provided.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

要使用<div class="row"></div>必須先在元素最外層包<div class="container"></div>或是<div class="container-fluid"></div>,才不會造成元素凸出視窗範圍;另外,img-responsive一般是用在圖片噢

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

所以建議是改成

<body class="container" style="height:100%;">
    <div class="row">
        ...
    </div>
</body>

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

這裡可以不需要再有row了

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

這裡也記得要再把網格包在row類別裡歐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants