Skip to content

Conversation

@PeiJunCai
Copy link

No description provided.

Copy link
Owner

@Xinhe998 Xinhe998 left a comment

Choose a reason for hiding this comment

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

以下提到問題再修改一下哦~~

@@ -1,0 +1,68 @@
body {
font-family: "Microsoft JhengHei";
width: 1000px;
Copy link
Owner

Choose a reason for hiding this comment

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

同若慈的問題~
body的寬度就是瀏覽器的寬度,所以通常不會有人在body中設定width哦
這邊做法還是得使用一個container div包住所有元素~再設定container的width

<p>
我是蔡佩君,就讀台中科技大學—資訊管理系3-1班
</p>
<div class="btn">
Copy link
Owner

Choose a reason for hiding this comment

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

這邊是顆按鈕 所以要使用 <input type="button" value="Button"><button>Button</button>

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants