Skip to content

Commit 5b3aa34

Browse files
committed
added link to css answers
1 parent d8a90b1 commit 5b3aa34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ______
2525
14. Explain standard and quirks mode.
2626
15. What is semantic tag?
2727

28-
####[html Answers ](http://www.thatjsdude.com/interview/html.html)
28+
####[html Answers](http://www.thatjsdude.com/interview/html.html)
2929

3030
##[css](http://www.thatjsdude.com/interview/css.html)
3131
21+ questions and answers
@@ -39,7 +39,7 @@ ____________
3939
1. Does margin-top or margin-bottom has effect on inline element?
4040
1. Does padding-top or padding-bottom has effect on inline element?
4141
1. Does padding-left or padding-right or margin-left or margin-right has effect on inline element?
42-
1. If you have a <p> element with font-size: 10rem, will the text be responsive when the user resizes / drags the browser window?
42+
1. If you have a &lt;p&gt; element with font-size: 10rem, will the text be responsive when the user resizes / drags the browser window?
4343
1. The pseudo class :checked will select inputs with type radio or checkbox, but not
4444
1. In a HTML document, the pseudo class :root always refers to the element.
4545
1. The translate() function can move the position of an element on the z-axis.
@@ -63,3 +63,5 @@ ____________
6363
1. What are the different css filter you can use?
6464
1. What are the reasons to use preprocessor?
6565
1. [Show you couple of style example and you have to tell what does it do](http://www.thatjsdude.com/interview/css.html#seeAndTell).
66+
67+
####[css answers](http://www.thatjsdude.com/interview/css.html)

0 commit comments

Comments
 (0)