Skip to content

Way finished homework #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Way finished homework #8

wants to merge 1 commit into from

Conversation

way11229
Copy link

No description provided.

text-shadow:0px 0px 10px #000;
}
</style>
<body class="row img-responsive" style=" height: 100%;">
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>

}
</style>
<body class="row img-responsive" style=" height: 100%;">
<div class="main col-lg-4 col-md-4 col-sm-8 col-lg-offset-4 col-md-offset-4 col-sm-offset-2 col-xs-12 row">
Copy link

Choose a reason for hiding this comment

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

這裡可以不需要再有row了

<div class="row image">
<img src="https://rr.img.naver.jp/mig?src=http%3A%2F%2Fimgcc.naver.jp%2Fkaze%2Fmission%2FUSER%2F6%2F6173%2F117%2F6bd8407bf6d5ceee8602e3fad4c3511f.jpg&twidth=1000&theight=0&qlt=80&res_format=jpg&op=r" class="img-circle img-responsive col-lg-6 col-md-6 col-sm-12 col-lg-offset-3 col-md-offset-3 col-xs-12">
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-lg-offset-2 col-md-offset-2 col-sm-offset-2 col-xs-10 col-xs-offset-1 mydata">
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