summary refs log tree commit diff
path: root/11/question.txt
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-14 03:20:53 +0000
commit588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 (patch)
treef1dbc0e6ff59af610a6043889606a8534ef6b1d4 /11/question.txt
parentrescue 12 (diff)
downloadhtml-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.gz
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.bz2
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.xz
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.zip
rescue
Diffstat (limited to '11/question.txt')
-rw-r--r--11/question.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/11/question.txt b/11/question.txt
deleted file mode 100644
index 10e84f7..0000000
--- a/11/question.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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.