-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupload.css
More file actions
45 lines (39 loc) · 746 Bytes
/
Copy pathupload.css
File metadata and controls
45 lines (39 loc) · 746 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
.parent, .project form{
font-family: 'Montserrat', 'sans-serif';
display: flex;
justify-content: center;
align-items: center;
min-height: 600px;
}
.project{
position: relative;
top: 30px;
border: 2px solid #404046;
}
.project form{
padding: 10px;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
}
.agr{
position: relative;
bottom: 20px;
}
.sub{
font-family: 'Montserrat', 'sans-serif';
border: 3px solid rgb(206, 206, 206);
height: 40px;
width: 70px;
background-color: white;
border-radius: 35px;
color: #404046;
}
.sub:hover{
transition: 0.2s;
background-color: #FFCC57;
color: white;
}
.desc{
font-family: 'Montserrat','sans-serif';
}