-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathencrpt.css
65 lines (56 loc) · 962 Bytes
/
encrpt.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
.text1{
color:blueviolet;
font-size: 50px;
text-align: center;
margin-top: 100px;
transition: 0.5s;
}
.text1:hover{
color:pink;
}
.div1{
width: 50%;
height: 40px;
margin: auto;
margin-top: 50px;
}
.input{
border: 2px solid black;
width: 100%;
margin: auto;
height: 40px;
}
.div2{
width: 90px;
margin: auto;
text-align: center;
padding: 20px 20px 20px 20px;
}
.button1{
text-align: center;
}
.button1:hover{
text-align: center;
}
.div3{
border: 2px solid black;
width: 50%;
margin: auto;
padding-top: 30px;
margin-top: 20px;
}
.output{
color: blue;
text-align:center;
padding-left: 40%;
}
.dropdown{
mask-origin: margin-box;
position: absolute;
top: 225px;
right: 265px;
}
.but{
text-align: center;
background-color: cornflowerblue;
}