summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-12-26 19:29:35 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-12-26 19:29:35 +0400
commitb823fc09e42fb03d84f69a282cf732f118117901 (patch)
tree7ea96bd65aad5ad5dfbe849dbc299678a4329e39 /style.css
parentf3f119d3ee680a95c63a0f2822a1c98b1d35b597 (diff)
text div added with 1em margin, margins of p, a, li and headers removed
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/style.css b/style.css
index dfab6f2..afa7a71 100644
--- a/style.css
+++ b/style.css
@@ -10,16 +10,8 @@ body {
color: #ffffff; /* White */
}
-h1, h2, h3 {
- margin-right: 0.2em;
- margin-left: 0.2em;
- padding: 0.3em;
-}
-
-p, a, li {
+p {
font-size: 1.3em;
- margin-right: 1em;
- margin-left: 1em;
}
a {
@@ -40,6 +32,11 @@ table {
padding-left: 1em;
}
+.text{
+ margin-right: 1em;
+ margin-left: 1em;
+}
+
.menu_item {
color: #BB6767; /* Red */
font-weight: bold;