-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
129 lines (107 loc) · 1.92 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
* {
padding: 0;
margin: 0;
background-color: #116466;
}
.navbar-brand {
font-size: 1.5rem;
font-weight: bold;
}
body {
color: #ccd5d9;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
/* background-color: #d5e0d0; */
/* background-image: linear-gradient(319deg, #91d370 0%, #bca0ff 37%, #f2cd54 100%); */
}
h2 {
margin-bottom: 1rem;
}
.navbar-brand{
color: #d8e1ec;
}
#heading {
font-size: 2rem;
/*margin-top: 2rem;*/
margin-bottom: 2rem;
}
.card {
width: 30rem;
height: 27rem;
text-align: center;
margin: 0 auto;
border: 4px double;
padding: 5rem 0;
background-color: #dfdce9;
color: #d8e1ec;
background-image: linear-gradient(315deg, #116466 0%, #116466 74%);
}
h2:hover {
font-size: 3rem;
transition: 800ms;
}
#uploadfile {
margin-top: 1rem;
margin-bottom: 0.5rem;
width: 16rem;
}
#encode,
#decode {
margin-top: 1rem;
margin-right: 0.2rem;
}
#step2,
#step3 {
background-color: rgb(4, 113, 108);
display: none;
}
#startagain {
visibility: hidden;
display: block;
margin: 2rem auto 0;
}
.conttainer-fluid {
height: 100%;
}
.text2 {
font-size: 1.5rem;
}
#doneImg {
width: 10rem;
margin: auto;
}
.custom-shape-divider-top-1619602423 {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
z-index: -1;
}
.custom-shape-divider-top-1619602423 svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 600px;
}
.custom-shape-divider-top-1619602423 .shape-fill {
fill: black;
}
footer {
margin: auto;
background-color: #f2eeee;
color: #fff;
padding: 0px 0;
text-align: center;
}
.social-icon {
font-size: 24px;
margin-right: 15px;
color: #fff;
transition: color 0.3s;
}
.social-icon:hover {
color: #dbe1d8;
}