collab-community / coding-youtubers

A repo which advises you on which coding YouTubers, should you watch. It will really be helpful in starting your coding journey!
https://collab-community.github.io/coding-youtubers
MIT License
13 stars 14 forks source link

table headers in bold #36

Closed nettle790 closed 2 years ago

nettle790 commented 2 years ago

fixes #33

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

nettle790 commented 2 years ago

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

nettle790 commented 2 years ago

referring to good first issue #33

KendallDoesCoding commented 2 years ago

Sure. Ig this will work.

On Mon, 8 Aug 2022, 12:11 am nettle790, @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/collab-community/coding-youtubers/pull/36#issuecomment-1207463459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUGJUTNSSZMYST73QKDNPI3VX77OZANCNFSM5524CCAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

nettle790 commented 2 years ago

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

Hope this helps

KendallDoesCoding commented 2 years ago

Please make a PR.

On Mon, 8 Aug 2022 at 10:49, nettle790 @.***> wrote:

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

Hope this helps

— Reply to this email directly, view it on GitHub https://github.com/collab-community/coding-youtubers/pull/36#issuecomment-1207677249, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUGJUTICRNYOGJUSLQD2RZTVYCKEJANCNFSM5524CCAQ . You are receiving this because you commented.Message ID: @.***>

KendallDoesCoding commented 2 years ago

Oh, the PR is already open, my bad.

KendallDoesCoding commented 2 years ago

Please review at the earliest @Agrim-Sharma174 to confirm if this will work.