thejagstudio commited on
Commit
dab649e
·
verified ·
1 Parent(s): e15681b

Update HTML Files/simpleh.css

Browse files
Files changed (1) hide show
  1. HTML Files/simpleh.css +72 -76
HTML Files/simpleh.css CHANGED
@@ -1,77 +1,73 @@
1
-
2
-
3
- @font-face {
4
- font-family: 'ShreeExH';
5
- src: url('S0728810.TTF');
6
- src: url('S0728810.otf');
7
- }
8
-
9
- body {
10
-
11
- padding-top: 10px;
12
-
13
- padding-bottom: 10px;
14
-
15
- line-height: 1.5;
16
-
17
- background-color: #f5f5f5;
18
-
19
- font-family: 'ShreeExH';
20
- font-size:20px;
21
-
22
- }
23
-
24
-
25
- .content1
26
- {
27
- background-color:#F96;
28
- margin-bottom:10px;
29
- margin-left:20px;
30
-
31
- height:50px;
32
-
33
- }
34
- .content2
35
- {
36
- margin-top:20px;
37
- }
38
-
39
-
40
-
41
-
42
- .gparabhajan3
43
- {
44
- font-family: 'ShreeExH';
45
- margin-top:10px;
46
-
47
- }
48
-
49
- .gtitlev3
50
- {
51
- font-family: 'ShreeExH';
52
- text-align:center ;
53
- font-size:24px;
54
- margin-bottom:10px;
55
- background-color: #dbdbdb;
56
- }
57
-
58
- .gparamid3 {
59
- font-family: 'ShreeExH'; text-align:justify;
60
- margin-left:25px;
61
-
62
- }
63
- .gparalast3 {
64
- font-family: 'ShreeExH'; text-align:justify;
65
- margin-left:75px;
66
- margin-bottom:10px;
67
-
68
- }
69
- .chend
70
- {
71
-
72
- line-height:30px;
73
-
74
- margin-top:10px;
75
- background-color: #dbdbdb;
76
- text-align:center;
77
  }
 
1
+ @font-face {
2
+ font-family: 'ShreeExH';
3
+ src: url('S0728810.TTF');
4
+ src: url('S0728810.otf');
5
+ }
6
+
7
+ body {
8
+
9
+ padding-top: 10px;
10
+
11
+ padding-bottom: 10px;
12
+
13
+ line-height: 1.5;
14
+
15
+ background-color: #f5f5f5;
16
+
17
+ font-family: 'ShreeExH';
18
+ font-size: 20px;
19
+
20
+ }
21
+
22
+
23
+ .content1 {
24
+ background-color: #F96;
25
+ margin-bottom: 10px;
26
+ margin-left: 20px;
27
+
28
+ height: 50px;
29
+
30
+ }
31
+
32
+ .content2 {
33
+ margin-top: 20px;
34
+ }
35
+
36
+
37
+ .gparabhajan3 {
38
+ font-family: 'ShreeExH';
39
+ margin-top: 10px;
40
+
41
+ }
42
+
43
+ .gtitlev3 {
44
+ font-family: 'ShreeExH';
45
+ text-align: center;
46
+ font-size: 24px;
47
+ margin-bottom: 10px;
48
+ background-color: #dbdbdb;
49
+ }
50
+
51
+ .gparamid3 {
52
+ font-family: 'ShreeExH';
53
+ text-align: justify;
54
+ margin-left: 25px;
55
+
56
+ }
57
+
58
+ .gparalast3 {
59
+ font-family: 'ShreeExH';
60
+ text-align: justify;
61
+ margin-left: 75px;
62
+ margin-bottom: 10px;
63
+
64
+ }
65
+
66
+ .chend {
67
+
68
+ line-height: 30px;
69
+
70
+ margin-top: 10px;
71
+ background-color: #dbdbdb;
72
+ text-align: center;
 
 
 
 
73
  }