Karthikeyan commited on
Commit
41d1f17
1 Parent(s): 081aa33

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +36 -0
style.css ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ filter: drop-shadow(20px 20px 10px white);
15
+ }
16
+ .leftimage{
17
+ padding-top:40px;
18
+ margin-left:310px;
19
+ }
20
+ .rightimage{
21
+ padding-top:40px;
22
+ margin-right:320px;
23
+ }
24
+ a,
25
+ a:hover,
26
+ a:visited {
27
+ text-decoration-line: underline;
28
+ font-weight: 600;
29
+ color: #1f2937 !important;
30
+ }
31
+
32
+ .dark a,
33
+ .dark a:hover,
34
+ .dark a:visited {
35
+ color: #f3f4f6 !important;
36
+ }