Spaces:
Sleeping
Sleeping
Karthikeyan
commited on
Commit
•
7d2a4cd
1
Parent(s):
afd439d
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#col-container {
|
2 |
+
max-width: 600px;
|
3 |
+
margin-left: auto;
|
4 |
+
margin-right: auto;
|
5 |
+
}
|
6 |
+
#row-flex {
|
7 |
+
display: flex;
|
8 |
+
align-items: center;
|
9 |
+
justify-content: center;
|
10 |
+
}
|
11 |
+
.filenameshow{
|
12 |
+
height:85px;
|
13 |
+
}
|
14 |
+
.spaceH{
|
15 |
+
padding-top:45px;
|
16 |
+
}
|
17 |
+
.leftimage .rightimage{
|
18 |
+
float:left;
|
19 |
+
}
|
20 |
+
.leftimage{
|
21 |
+
padding-top:26px;
|
22 |
+
margin-left:340px;
|
23 |
+
}
|
24 |
+
.rightimage{
|
25 |
+
margin-right:360px;
|
26 |
+
margin-top:15px;
|
27 |
+
}
|