summary refs log tree commit diff
path: root/11/question.txt
blob: 10e84f78eabcf56b6038a7c23c044d7f2f8a007b (plain) (blame)
1
2
3
4
5
6
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.