Skip to content
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

table headers in bold #36

Merged
merged 5 commits into from
Aug 8, 2022
Merged

table headers in bold #36

merged 5 commits into from
Aug 8, 2022

Conversation

nettle790
Copy link
Contributor

@nettle790 nettle790 commented Aug 7, 2022

fixes #33

BY default the table headers are bold but applying the changes in css file makes the headers in uppercase also.

@nettle790
Copy link
Contributor Author

the text-transform property in css will make your table headers in bold and uppercase letters.

@nettle790
Copy link
Contributor Author

referring to good first issue #33

@KendallDoesCoding

This comment was marked as spam.

@nettle790
Copy link
Contributor Author

To specify for top heading row jus specify as follows
Table,th {
}

Hope this helps

@KendallDoesCoding

This comment was marked as spam.

@KendallDoesCoding

This comment was marked as spam.

@KendallDoesCoding

This comment was marked as spam.

@KendallDoesCoding KendallDoesCoding requested review from Agrim-Sharma174, vikasganiga05 and a team and removed request for a team August 8, 2022 06:27
Copy link
Member

@Agrim-Sharma174 Agrim-Sharma174 left a comment

Choose a reason for hiding this comment

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

Approved

@KendallDoesCoding KendallDoesCoding merged commit e31c872 into collab-community:main Aug 8, 2022
KendallDoesCoding added a commit that referenced this pull request Aug 8, 2022
KendallDoesCoding added a commit that referenced this pull request Aug 8, 2022
@nettle790 nettle790 deleted the carri branch August 8, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Header of Table not Bold on Website.
3 participants