-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle5.css
More file actions
76 lines (63 loc) · 1.61 KB
/
style5.css
File metadata and controls
76 lines (63 loc) · 1.61 KB
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
#h1{
color: rgb(114, 114, 114);
align-items: center;
align-content: center;
text-align: center;
/* font-weight: bold; */
}
.input{
align-items: center;
align-content: center;
text-align: center;
/* font-weight: bold; */
}
input{
padding: 11px;
border: 1.5px solid rgb(196, 191, 191);
border-radius: 5px;
/* position:fixed; */
background-color: rgb(255, 255, 255);
}
.password{
align-items: center;
align-content: center;
align-self: center;
/* text-align: center; */
/* font-weight: bold; */
margin-top: 40px;
/* border: 3px solid black; */
padding-left: 24px;
position: fixed;
}
#maindiv{
border: 2px solid;
border-top-color: rgb(110, 110, 233);
border-left-color: rgb(48, 245, 245);
border-right-color: rgb(48, 245, 245);
border-bottom-color: rgb(110, 110, 233);
border-radius: 10px;
/* margin-left: 200px; */
/* padding-left: 200px; */
width: 400px;
height: 500px;
margin-left: 500px;
margin-top: 80px;
position: fixed;
/* background-color: rgb(195, 204, 221); */
background-color: rgb(255, 253, 228);
}
#button{
/* border: 3px solid red; */
padding-top: 150px;
padding-bottom: 100px;
padding-left: 160px;
/* color: red; */
}
body{
/* background-color: rgb(3, 32, 56); */
background-image:url("image.jpg") ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
/* background-color: rgb(255, 253, 228); */
}