robertselvam commited on
Commit
5d43e8a
1 Parent(s): 3f7ab5b

Upload style.css

Browse files
Files changed (1) hide show
  1. style.css +35 -0
style.css ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 600px;
3
+ margin-left: auto;
4
+ margin-right: auto;
5
+ }
6
+
7
+ #row-flex {
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ }
12
+ .leftimage .rightimage{
13
+ float:left;
14
+ }
15
+ .leftimage{
16
+ padding-top:27px;
17
+ margin-left:310px;
18
+ }
19
+ .rightimage{
20
+ margin-right:310px;
21
+ margin-top:15px;
22
+ }
23
+ a,
24
+ a:hover,
25
+ a:visited {
26
+ text-decoration-line: underline;
27
+ font-weight: 600;
28
+ color: #1f2937 !important;
29
+ }
30
+
31
+ .dark a,
32
+ .dark a:hover,
33
+ .dark a:visited {
34
+ color: #f3f4f6 !important;
35
+ }