-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathstyle.css
More file actions
91 lines (78 loc) · 1.59 KB
/
style.css
File metadata and controls
91 lines (78 loc) · 1.59 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
button {
width: 95%;
padding: 10px;
margin-top: 10px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
body {
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
font-family: Arial, sans-serif;
}
*{
margin:auto;
margin-top:50px;
}
body{
background-color:bisque;
}
form {
background-color: #fff;
padding: 25px 30px;
width: 300px;
box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.2);
}
label {
margin-bottom: 6px;
font-weight: bold;
}
input {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 6px;
}
input:focus {
border-color: #6c63ff;
}
button {
width: 100%;
padding: 10px;
background-color: #6c63ff;
border: none;
color: white;
font-size: 16px;
border-radius: 6px;
}
button:hover {
background-color: #5548c8;
}
*{
background-color: antiquewhite;
}
form{
margin: 0 auto;
max-width: 500px;
text-align: center;
}
body{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
body {
background-color: lightblue;
}