Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
·
e48abce
1
Parent(s):
717199c
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
.logoimage{
|
18 |
+
}
|
19 |
+
.center {
|
20 |
+
display: block;
|
21 |
+
margin-left: auto;
|
22 |
+
margin-right: auto;
|
23 |
+
width: 50%;
|
24 |
+
}
|