kazalbrur commited on
Commit
00ff3d3
1 Parent(s): 8d2760c

initial commit

Browse files
Files changed (1) hide show
  1. assets/style.css +48 -0
assets/style.css ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .ef3psqc12{
2
+ background-color: #a62aff; /* Dark blue background */
3
+ color: rgb(29, 187, 37); /* White text */
4
+ padding: 10px 15px; /* Larger padding for better spacing */
5
+ text-align: center; /* Center-align the text */
6
+ text-decoration: none;
7
+ display: inline-block;
8
+ font-size: 18px; /* Slightly larger font size */
9
+ border-radius: 8px; /* Rounded corners */
10
+ margin: 8px 4px; /* Adjusted margin for better spacing */
11
+ cursor: pointer;
12
+ transition: background-color 0.3s ease; /* Smooth transition on hover */
13
+ }
14
+
15
+ .ef3psqc12:hover {
16
+ background-color: #FFFFFF; /* Darker blue on hover */
17
+ color: rgb(148, 68, 68); /* White text on hover */
18
+ }
19
+
20
+
21
+
22
+ .e1nzilvr5 p{
23
+ font-family: Cambria, Georgia, serif;
24
+ font-size: 18px;
25
+ font-weight: 700;
26
+ line-height: 26.4px;
27
+ color: rgb(77, 18, 18);
28
+ }
29
+
30
+ .e1y5xkzn3{
31
+ font-family: Cambria, Georgia, serif;
32
+ font-size: 18px;
33
+ font-style: normal;
34
+ font-variant: normal;
35
+ font-weight: 700;
36
+ line-height: 26.4px;
37
+ }
38
+
39
+
40
+
41
+ .e1nzilvr1{
42
+ color: #9c7abc;
43
+ font-family: Cambria, Georgia, serif;
44
+ }
45
+
46
+ .ea3mdgi5{
47
+ background-color: #f0ddf8;
48
+ }