Karthikeyan commited on
Commit
3151c83
1 Parent(s): 40a22ec

Create style.css

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