File tree 1 file changed +69
-0
lines changed
1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ * {
2
+ background-color : # 8A2BE2 ;
3
+ font-family : cursive;
4
+
5
+ }
6
+ .change
7
+ {
8
+ width : 70vw ;
9
+ padding-left : 30% ;
10
+ }
11
+ # encrypt
12
+ {
13
+ color : # 8A2BE2 ;
14
+ }
15
+ h1 {
16
+ font-size : 2rem ;
17
+ color : # fff ;
18
+ }
19
+ p {
20
+ color : # fff ;
21
+ }
22
+ .main {
23
+ display : flex;
24
+ flex-direction : column;
25
+ align-items : center;
26
+ /*justify-content: center;*/
27
+ padding : 10px ;
28
+ color : # fff ;
29
+
30
+ }
31
+ button {
32
+ color : black;
33
+ background-color : white;
34
+ }
35
+ div
36
+ {
37
+ background-color : # 8A2BE2 ;
38
+ }
39
+ input {
40
+ outline : 0 ;
41
+ width : 40vw ;
42
+ margin : 10px 0 ;
43
+ height : 50px ;
44
+ padding : 5px ;
45
+ padding-left : 20px ;
46
+ border-color : white;
47
+ border-radius : 5px ;
48
+ background-color : # 8A2BE2 ;
49
+ font-size : 1.5rem ;
50
+ text-decoration-color : white;
51
+ text-align : center;
52
+ font-family : cursive;
53
+ }
54
+ ::placeholder {
55
+ color : white;
56
+ }
57
+ @media (max-width : 500px ) {
58
+ body {
59
+ padding-top : 20px ;
60
+ }
61
+ h1 {
62
+ font-size : 2rem ;
63
+ }
64
+ input {
65
+ width : 40vw ;
66
+ font-size : 2rem ;
67
+ }
68
+
69
+ }
You can’t perform that action at this time.
0 commit comments