Skip to content

Conversation

@carie8655
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.

棒棒~網頁配色很好看,每個commit也很嚴謹,繼續加油!

css/style.css Outdated
}

ul {
display: inline-block;
Copy link
Owner

Choose a reason for hiding this comment

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

這裡的 display:inline-block; 應該移到ul li中~

css/style.css Outdated

ul li {
list-style-type: none;
float: left;
Copy link
Owner

Choose a reason for hiding this comment

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

這裡不需要用到float哦!把 display: inline-block 移到這就可以了

css/style.css Outdated
background-color: #b7ac71;
color: black;
border: 0px;
border-radius: 10px;
Copy link
Owner

Choose a reason for hiding this comment

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

:hover 會繼承原樣式,所以一樣的樣式就不需要重複設定囉~

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