Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2022-04-05 16:19:01 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2022-04-05 16:19:01 +0300
commitaa41cd6a676a081aae48d0c1f61049b367446d7b (patch)
treea66168d397939afbd13837866cf5d115fb76afff
parent3984a60cf115f2b41f79a43b72cbeb720be438a1 (diff)
Add space between paragraphs.
-rw-r--r--static/css/main.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 76ec813..2736089 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,12 +1,13 @@
-body,
-div,
-table,
-p {
- margin: 0;
+body {
font-family: Arial, "Microsoft YaHei", Sans-Serif;
font-size: 16px;
}
+div,
+table {
+ margin: 0;
+}
+
body {
margin: 0 auto;
max-width: 960px;
@@ -14,6 +15,10 @@ body {
color: #333;
}
+p {
+ margin: 0.5em 0;
+}
+
header {
margin: 0;
padding: 0;