Karthikeyan commited on
Commit
2c0ee31
·
1 Parent(s): 26c595a

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +41 -0
style.css ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ .filenameshow{
13
+ height:85px;
14
+ }
15
+ .spaceH{
16
+ padding-top:45px;
17
+ }
18
+ .leftimage .rightimage{
19
+ float:left;
20
+ }
21
+ .leftimage{
22
+ padding-top:26px;
23
+ margin-left:340px;
24
+ }
25
+ .rightimage{
26
+ margin-right:360px;
27
+ margin-top:15px;
28
+ }
29
+ a,
30
+ a:hover,
31
+ a:visited {
32
+ text-decoration-line: underline;
33
+ font-weight: 600;
34
+ color: #1f2937 !important;
35
+ }
36
+
37
+ .dark a,
38
+ .dark a:hover,
39
+ .dark a:visited {
40
+ color: #f3f4f6 !important;
41
+ }