From 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: rescue --- rescue/12/question.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rescue/12/question.txt (limited to 'rescue/12/question.txt') diff --git a/rescue/12/question.txt b/rescue/12/question.txt new file mode 100644 index 0000000..7b2a785 --- /dev/null +++ b/rescue/12/question.txt @@ -0,0 +1,19 @@ +Question: +In this exercise, you added Facebook and Twitter logos to the +footer element. Research how you can use Font Awesome to add +social media icons to a webpage and summarize your findings. + +Answer: +To use Font Awesome icons you need to link to the Font Awesome +CSS file from the element within all of your HTML pages. +You can then add icons via the class attribute. + +Example HTML: + + + + + + + + -- cgit 1.4.1