-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (69 loc) · 1.47 KB
/
style.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
66
67
68
69
70
71
72
73
74
75
76
body{
text-align: center;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
background-color: rgb(83, 0, 83);
}
.divs{
border-style: solid;
border-radius: 10px;
border-color: grey;
width: 900px;
height: auto;
background-color: grey;
background-repeat: no-repeat;
background-attachment: fixed;
padding: 5px;
margin: 0 auto;
margin-bottom: 50px;
font-size: 2em;
padding: 5px;
}
#title{
font-size: 3em;
color: black;
}
#generate{
background: yellow;
border-style: solid;
border-radius: 25px;
border-color: black;
border-width: 4px;
width: 200px;
height: 100px;
font-size: 43px;
text-align: center;
}
#Length{
margin-top: 7px;
margin-bottom: 10px;
width: 250px;
height: 50px;
font-size: 1.5em;
text-align: center;
border-radius: 10px;
border-style: solid;
border-color: white;
}
.check{
zoom: 1.5;
transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-moz-transform: scale(1.5);
transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
-moz-transform-origin: 0 0;
margin-bottom: 10px;
}
#Password{
height: auto;
width: 890px;
text-align: center;
overflow-x: auto;
overflow-y: auto;
}