Build your Own Cheatsheet Challenge Project (HTML, CSS)

Hi,
you mean in the " HTML Table Reference"?
They most likely just set a background-color for the th elements.
I was playing with it a little today.
If you’re looking to just underlay the writing with color and not the whole table element,
you can wrap your text in a span tag and give it a class there.
I hope this helps :slight_smile: also still a rookie :smiley:

Hi all! I felt like I tried hard but mine is crap. Regardless, I tried to incorporate a little but of selector stuff in my code as well.

[Codecademy export · GitHub]

GitHub: First Cheat Sheet · GitHub

Hi - Here is my cheat sheet :slight_smile:

Can anyone point me to some helpful info on getting this cheat sheet published on GitHub? I’ve added my files to the repo but I can’t find a single tutorial that shows how to publish this as a site, the ones I have found are telling me to click settings/options that I don’t have available or pages are out of date or not found. Thanks so much in advance

you need to make a repository called “username.github.io” where “username” is your actual github username.

The live view will then be available at “https://username.github.io

1 Like

Hi everyone, here is my code for the Cheat Sheet Project.

I chose to document CSS Selectors :slight_smile:
Also, if you are more or less at the same level of the Full Stack engineer training (about 10% completed) and willing to find a coding buddy don’t hesitate to contact me via the forum or on discord ( .linum ) so that we can motivate each other to move forward, set deadlines, get unstuck together etc :slight_smile:

#Seeking Code Review for HTML Table Layout Cheatsheet Project
I have aimed to ensure clarity, accessibility, and efficiency in the implementation, but I believe an additional set of eyes would be invaluable in identifying any potential areas for improvement.
Challenge Project - HTML Tables Layout Cheat Sheet

Here is my gist for the Cheatsheet:

Your table is easy to read and presents the information clearly. My suggestion would be to add some further styling like color and layout in your css. Good job!

1 Like

This took me awhile to figure out and I’m not certain I could reproduce what I did to finally make it work. There is a lesson called “How to deploy a website” that has some instruction on navigating git hub. Helped me get started and directed to videos and tutorials to narrow down what wasn’t working for me.

I like your color scheme!

1 Like

Hello! Would appreciate any feedback on my cheatsheet project, especially any notes on how I can make my code or styles more concise or efficient. Or even simply what you like about it. Thanks!

My code on github
Live site

Hi, here is the link to the github repository of the completed cheat sheet project.

Feel free to review or contribute.

Hello!

Here is my live site.

I ran out of time to do more but reasonably happy with the first attempt. A number of lessons learned along the way…

3 Likes

GitHub: Codecademy Cheat Sheet · GitHub

See it live: HTML Tables

2 Likes

https://findataman.github.io/Cheat-Sheet/

1 Like

see the live website: Dasmitha-arch.github.io; I will make the website even better throughout the course by adding new features and styles

1 Like

Hi, its my first cheat sheet

Live
My code on github

1 Like

Hey how did you get the border-radius to be rounded? I’ve been struggling with making the entire row background color stay and keep no spaces while rounding the table.

And very nice webpage by the way. I was thinking along the same lines as you when it came to aesthetics.