From 8644699f4d2fce12a41289f9627bc45be9dd1965 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 3 Dec 2020 09:32:13 +0700 Subject: [usth/ICT3.2] Develop web applications --- usth/ICT3.2/prac/1/task6.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 usth/ICT3.2/prac/1/task6.css (limited to 'usth/ICT3.2/prac/1/task6.css') diff --git a/usth/ICT3.2/prac/1/task6.css b/usth/ICT3.2/prac/1/task6.css new file mode 100644 index 0000000..b08a136 --- /dev/null +++ b/usth/ICT3.2/prac/1/task6.css @@ -0,0 +1,21 @@ +html { + padding-bottom: 4em; +} + +body { + font-family: sans-serif; + line-height: 1.5em; + max-width: 40em; + padding: 0 2%; + margin: auto; + background-color: #eeeeec; + color: #2e3436; +} + +a { + color: #204a87; +} + +h1, h2, h3 { + line-height: 1.2em; +} -- cgit 1.4.1