-
Notifications
You must be signed in to change notification settings - Fork 0
/
AES.css
53 lines (48 loc) · 929 Bytes
/
AES.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
body {
background-image: url('https://htmlcolorcodes.com/assets/images/html-color-codes-color-tutorials.jpg');
height: 70vh;
background-size: cover;
}
h1{
font-family: "Raleway", sans-serif;
color:white;
}
p{
font-family: "Raleway", sans-serif;
color:white;
}
input{
background-color: white;
border-radius: 4px;
padding: 10px 18px;
margin-bottom: 20px;
color:#D61C4E;
font-weight: bold;
font-size: 20px;
border: none;
text-align: center;
}
.pad{
padding: 10px 18px;
margin-top: 150px;
}
.plain{
margin: 20px;
text-align: center;
}
.encryp{
margin: 20px;
text-align: center;
}
.Common{
margin-bottom: 30px;
font-size: 20px;
}
button{
background-color: #D61C4E;
border-radius: 10px;
padding: 10px 18px;
margin: 8px 0;
color:white;
border: none;
}