-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (38 loc) · 703 Bytes
/
style.css
File metadata and controls
51 lines (38 loc) · 703 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
body {
background-color: black;
}
h1 {
margin: auto;
font-family: Arial, Helvetica, sans-serif;
color: black;
float: center;
text-align: center;
}
.container-2 {
width: 900px;
height: 400px;
background:white;
padding: 20px;
border-radius: 8px;
box-shadow: 3px 3px 3px 3px rgb(233, 229, 229);
margin: auto;
}
.password-card {
width: 850px;
height: 350px;
background: white;
color: black;
border-radius: 8px;
}
h2 {
font-size: 30px;
}
.typebox {
height: 150px;
width: 800px;
text-align: center;
border-style: dashed;
border-color: rgb(240, 237, 237);
margin: auto;
border-radius: 8px;
}