First time posting from github, hoping this is right
I did not do the task completly right, but I needed this for myself …And at least it is a table
Hello, I am Christian Marín.
I’ve done the cheatsheet for flexbox. I’m pretty sure I will add more ideas, and info as soon as possible.
Give me feedback, it is welcomed.
Christian Marín.
This was an awesome project, loved the liberty to apply what I learned! Check out my Box Model Cheat Sheet, feedback is more than welcomed!
Hey,
I just finished doing the project (I think) but not sure if I should add more to it or not. thoughts?
This project was enjoyable as I continued to learn more about CSS styling within tables. I honestly struggled the most with borders inside of the tables themselves. Any feedback would be greatly appreciated!
Github link: My Cheat-Sheet
Here is my gist for the project, I made it in vs code and had the background image in another folder, so its not visible in github
and here’s live
https://madsiggi.github.io/cheatsheet-html/
the word machete in my country means cheatsheet btw
Hi there! Here is the cheet-sheet that i created, is on Semantic HTML tags and relatives attribute. I chosen this color style cause i find it very comfortable to the view and i think that is helpful for a document that you have to use several times.
I really liked did this project and i’m pretty sure that i’ll update it with other useful cheet-sheet tab asap.
Here the code on Github.
Any feedback and suggest are really appreciate!!
Thank you guys.
Please rate my cheat sheet and let me know what you think.
this is my first challenge project.
Please DM with any criticisms or advice.
Hi! I read your codes.
Good job
You can also use “thead” and “tbody” to separate the table parts in your code. I think this can make your code easier to read and be modified, when your code is bigger. This’s not the case for this project, but maybe for a future project.
Hi,
please take a look at my project:
https://ubik1208.github.io/codeacademyproject1/
all feedback is welcome
cheers,
Łukasz
Hey everyone,
That’s my simple project:
https://mischelll.github.io/cheatsheets/index.html
Mishel
Please critique and comment on my HTML/CSS project.
Here is my GitHub Repo:
Live GitHub Page:
https://haris-bit.github.io/BuildYourOwnCheatSheet/
Thanks!
Just completed it, was really fun to do and one of the CSS properties I always forget.
Feel free to leave comments or feedback.
Live Github Page:
https://wjxfhsgxfm.github.io/FE-CP-Cheatsheet/
Code:
I am having trouble with positioning my elements correctly.
I am trying to have a table beside an image or two tables side by side, but I am unable to have them sit nicely next to each other.
It seems the formatting goes awry when I try to use display: inline-block;
I managed to get them to kind of line up using a mix of position: relative; and other commands but it is quite finicky and needs to be updated after every change to the table itself
index.html lines 148-235 are the main culprit, if anyone can tell me how I would simplify that would be great!