-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
60 lines (54 loc) · 765 Bytes
/
index.css
File metadata and controls
60 lines (54 loc) · 765 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
51
52
53
54
55
56
57
58
59
60
form{
width: 60%;
display: flex;
justify-content: center;
align-items: stretch;
}
fieldset{
border: 2px solid ;
margin: 10px solid;
}
legend{
display: flex;
justify-content: space-around;
color: gray;
}
div{
display:grid ;
}
input{
width: 50%;
display: flex;
justify-self: center;
}
label{
display: flex;
justify-self: center;
font: size 16px;;
font-style: inherit;
font-weight: 200;
}
.one{
display:flex;
flex-wrap: nowrap;
flex-direction: row;
}
.Sign_agree{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
#javascript {
width: 5%;
}
#css{
width: 5%;
}
#html{
width: 5%;
}
button{
width: 50%;
display: flex;
justify-self: center;
}