Commit Graph

33 Commits

Author SHA1 Message Date
Yangshun a914b6ac05 website: update domain 2022-01-28 10:50:32 +08:00
Yangshun 4f2fc5a56c website: fix broken links 2021-09-25 14:10:30 +08:00
Fábio Lopes b643c86214
[fix] correction of redirect links on /questions (#252)
* [fix] wrong location

* [fix] wrong location

* [fix] wrong location
2020-04-30 02:05:04 +08:00
Yangshun Tay 1ca0fc7f50 chore: add back english questions for backward compat 2020-04-13 02:47:26 +08:00
Yangshun Tay 80e1e56acf chore: rename translations 2020-04-13 02:46:23 +08:00
Vaibhav Tank a360809b6b
[css] fix typo 'gird' to 'grid' (#248) 2020-03-12 09:56:46 +08:00
ikotsov 4954c34ff0
[css] delete misleading statement in pseudo-elements question (#224) 2020-03-07 15:51:30 +08:00
Martin Duran 0ae1962770
[css] remove incorrect "visibility: hidden" answer from visually hide content question (#242)
Co-authored-by: Martin Duran <mduran@nerdery.com>
2020-03-07 15:47:04 +08:00
Yangshun Tay 6830fb0ffb css: update answer for grid system question 2020-01-27 23:10:12 +08:00
Yangshun Tay cae93b4f5c Reformat Markdown files 2020-01-27 23:08:44 +08:00
Felix Häberle b37787ac7f [css] add short display property descriptions (#217)
Added short display property descriptions to explain what gets generated if applying one of those display values.
2019-11-24 10:16:25 -08:00
Hetu Nandu b7ce970771 [css] add CSS display property explanations (#183) 2019-11-24 09:57:29 -08:00
Rob Levin bc0fee10b5 [CSS] Point out the potential issues between responsive and adaptive design (#199) 2019-06-02 10:51:16 -07:00
Rob Levin 1de75f22f8 [CSS] Mention presentational attribute specificity vs. CSS in SVG question (#196) 2019-06-02 10:48:01 -07:00
Rob Levin 13be2b2de4 [CSS] More answers to advantages/disadvantages of using CSS preprocessors (#198)
* Add a disadvantage that they are not really writing CSS anymore; and they may be able to get enough functionality by using something like postcss et al.

* Update css-questions.md
2019-06-01 16:55:13 -07:00
Rob Levin 0134608c34 [CSS] Add a link related to CSS properties triggering (#197) 2019-06-01 16:51:21 -07:00
Rob Levin 6e3c4cb2fe [HTML] Mention Postcss as a reasonable way to fix cross-browser styling issues (#195)
* Adds Babel as a reasonable way to fix browser specific issues.

* Update css-questions.md
2019-06-01 16:50:08 -07:00
Rob Levin 1888319ee2 [CSS] Mention why BFC is important (#194) 2019-06-01 16:41:59 -07:00
Rob Levin bcdfc4de87 [CSS] What exactly causes a stacking context? (#193) 2019-06-01 15:43:55 -07:00
Artur Allaev 599ebb0d5f [Misc] Update links to the original repo with questions (#185) 2019-04-26 22:36:50 -07:00
Jaime Mendoza dd4f615ce1 [CSS] Add links to browser matching CSS selector section (#181)
[CSS] Add links to browser matching CSS selector section
2019-04-17 08:32:28 -07:00
João Víctor de Oliveira Santos cdccf1738e Fix a Typo on a question title and anchor (#148) 2018-10-25 16:00:50 -07:00
Jenssen Lee 0ad6ee4452 Add anchor link for responsive vs adaptive design question (#133)
* added responsive design vs adaptive design qn

Added link to the list of qns above

* correct typo

added s
2018-06-27 00:44:09 -07:00
Felix Häberle 0afbb47581 Answer "Are you familiar with styling SVG?" question (#127)
* Answering question: Are you familiar with styling SVG?

* Update css-questions.md

* Update css-questions.md
2018-05-15 20:12:31 -07:00
Daniel Vivar 4e11eeb22f Complete TODO missing answer about responsive vs mobile-first (#111)
* TODO done, complete a missing answer

* Update css-questions.md
2018-04-15 13:02:49 -07:00
Daniel Vivar 0f17873236 Improve question about "retina graphics" (#112)
* Improve question about "retina graphics"

* Update css-questions.md
2018-04-15 12:55:08 -07:00
Daniel Vivar 01b98e5ac8 Improve an answer to the box model question (#110)
* Improve an answer to the box model question

The question:
> What does `* { box-sizing: border-box; }` do? What are its advantages?
is actually 2 questions and in my opinion only the first one is answered. I tried to answer the second one, plus I used a reference post from Paul Irish.

* Update css-questions.md
2018-04-15 12:39:24 -07:00
Jackie Lang 19bc403c09 Re-structure sentence in translate vs abs. pos. (#86)
- Re-structured a sentence
- Changed "takes up" to "occupies" to be more concise
2018-03-07 08:36:14 -08:00
Yangshun Tay 5d924bd61b
Better grammar (#68) 2018-03-02 22:10:42 -08:00
Istvan Szegedi 3fa681be75 Update css-questions.md (#56)
Add CSS Feature queries technique
2018-02-28 14:55:37 -08:00
Armen Avetisyan a9332591d5 Answer to @media types' question with example (#27)
* Answer to @media types' question with example

Referred to question:
https://github.com/yangshun/front-end-interview-handbook/blob/master/questions/css-questions.md#can-you-give-an-example-of-an-media-property-other-than-screen

* Update reference link
2018-02-25 01:12:34 +08:00
Yangshun Tay d637e38bd3
Fix questions anchor links (#26)
* Fix anchor for CSS questions

* Fix rest of the anchors
2018-02-16 22:09:12 -08:00
Yangshun Tay d072b2f225
Split mono README into smaller individual files for each section (#25)
* Split each topic into its own page

* Unbold TOC

* Fix typo

* Add anchors

* Fix JS questions anchor
2018-02-16 21:59:14 -08:00