Update c.css
Browse files
c.css
CHANGED
@@ -35,13 +35,19 @@ font-family: Lalezar;
|
|
35 |
}
|
36 |
h3{
|
37 |
font-family: Lalezar;
|
38 |
-
background: linear-gradient(to
|
39 |
text-align: center;
|
40 |
border-radius: 11px;
|
41 |
margin-bottom: 10px;
|
42 |
color: #aae778;
|
43 |
}
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
h2{
|
46 |
font-family: Lalezar;
|
47 |
}
|
|
|
35 |
}
|
36 |
h3{
|
37 |
font-family: Lalezar;
|
38 |
+
background: linear-gradient(to left,#b48216,blue);
|
39 |
text-align: center;
|
40 |
border-radius: 11px;
|
41 |
margin-bottom: 10px;
|
42 |
color: #aae778;
|
43 |
}
|
44 |
+
a{
|
45 |
+
background: linear-gradient(to right,#b48216,blue);
|
46 |
+
border-radius: 11px;
|
47 |
+
color: #ffffff;
|
48 |
+
text-align: center;
|
49 |
+
font-family: Lalezar;
|
50 |
+
}
|
51 |
h2{
|
52 |
font-family: Lalezar;
|
53 |
}
|