-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal.css
More file actions
54 lines (50 loc) · 955 Bytes
/
final.css
File metadata and controls
54 lines (50 loc) · 955 Bytes
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
body {
background-image: url("https://i.ibb.co/mT8t2Vy/Untitled-design.png");
height: 70vh;
background-size: cover;
}
h1{
font-family: "Raleway", sans-serif;
color:#000957;
}
p{
font-family: "Raleway", sans-serif;
color:white;
font-size: 25px;
}
input{
background-color: white;
border-radius: 4px;
padding: 10px 18px;
margin-bottom: 20px;
color:#000957;
font-weight: bold;
font-size: 30px;
border: none;
text-align: center;
font-family: "Raleway", sans-serif;
}
.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: #000957;
border-radius: 10px;
padding: 10px 18px;
margin: 8px 0;
color:white;
border: none;
}