Skip to content

Instantly share code, notes, and snippets.

@dandevri
Last active October 9, 2022 09:21
Show Gist options
  • Save dandevri/55ce378bd5b583a01917a2dc6293f6ea to your computer and use it in GitHub Desktop.
Save dandevri/55ce378bd5b583a01917a2dc6293f6ea to your computer and use it in GitHub Desktop.
  • Ahmad: I didn't understand the third question from the CLI challenge from week 1; How do I append a message to a file, without a newline character, so the output would be: first messagesecond message
  • Aleksei: My question is about the prep exercise. Specifically, about the case when we build a grid where there are 2 elements in the first line, then there are 3 elements per line. I tried many ways because the task was to do without fixing the HTML code. In the end, I did it using grid areas, but for this I had to describe all 14 elements, in which place they stand. Maybe there is some other easier way to do this? I didn't find it.
  • Vladimir: also have a question about choosing grid items. How we can specify 1 element from the grid and then change it parameters? The second question about using Special Units & Functions in grid. There are Sizing Keywords (like min-content, max-content, etc.), minmax() function, repeat() function an so on. When and how we can use them?
  • Yusuf: In which cases do we use multiple css files and how to avoid confusion of similar css class naming when using multiple css files? Especially if we are work together on the same project.
  • Nojdar: Is using CSS framework a valuable way for working on a website? (even though it take more time to start from the scratch than just using framework method).
  • Andre: My question also about the first line which should be done with flexbox. I din’t find any possibility to do that without separating objects by ID or Classes in HTML. I find only one way without changing HTML - by Grid. For example 1st part make with Grid and 2nd part with Flexbox. My other question about VS Code: what is “Source control”?
  • Sergey: I wonder if I should pay attention to the source code and build a simplified copy of the original website or the idea consists in practicing flexbox and grid layouts? And is it recommended to start using frameworks (like Bootstrap) from the very beginning?
  • Huyzeyfe: My question: Can I use Github desktop instead Git?
  • Emin: Png files in the prep-exam are not displayed on the browser in spite of the file path was true.
  • Sally: If you could simplify GPG, SSH, S/MIME and vigilant mode on GitHub? is it better to use a GUI like GitKraken, and could you tell more about them
  • Hussein: f i distributed some of my elements on a webpage using fr or % Can i reveal these unit in pixel? is there some kind of live converter, maybe from the browser inspector?
  • Emin: How can we give to the every singel list items different sizes eventhough they have the same class names?
  • Ali: What is the order of priority? Css frameworks, inline css, internal css, and external css? Which one works if we have all in a html file?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment