-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
50 lines (39 loc) · 725 Bytes
/
style2.css
File metadata and controls
50 lines (39 loc) · 725 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
body {
background-color: #dcdcdd;
}
h2 {
text-align: center;
}
input {
margin-bottom: 20px;
}
input[type=submit], input[type=reset] {
padding: 5px 15px;
background: #ccc;
border: 0 none;
cursor: pointer;
font-size: 16px;
cursor: pointer;
background-color: #2e4272;
color: #fff;
}
input[type=submit]:hover, input[type=reset]:hover {
background-color: #061539;
}
.startup-data {
width: 100%;
height: 100%;
font-weight: bold;
display: flex;
flex-direction: column;
justify-content: center;
}
.startup-form {
width: 33.33%;
margin: 0 auto;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
border: 2px solid black;
}