diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-12 07:28:48 +0000 |
commit | 1145a702d6c623f4619b0d6269e5e0c4ce3060ed (patch) | |
tree | 5f34c43e01b2f1957c47b9417fb968b5b6d9cc27 /11/question.txt | |
parent | rescue 10 (diff) | |
download | html-1145a702d6c623f4619b0d6269e5e0c4ce3060ed.tar html-1145a702d6c623f4619b0d6269e5e0c4ce3060ed.tar.gz html-1145a702d6c623f4619b0d6269e5e0c4ce3060ed.tar.bz2 html-1145a702d6c623f4619b0d6269e5e0c4ce3060ed.tar.xz html-1145a702d6c623f4619b0d6269e5e0c4ce3060ed.zip |
rescue 11
Diffstat (limited to '11/question.txt')
-rw-r--r-- | 11/question.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/11/question.txt b/11/question.txt new file mode 100644 index 0000000..10e84f7 --- /dev/null +++ b/11/question.txt @@ -0,0 +1,7 @@ +Question: +In this exercise, you minified your stylesheet. What is the difference +in file size between the original and the minified file? + +Answer: +The full unminified CSS file is 5.8 kilobytes, while the minified CSS +file is 3.8 kilobytes, less than two-thirds the size of the original. |