-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregstyle.css
56 lines (50 loc) · 888 Bytes
/
regstyle.css
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
body {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
}
header, footer {
padding: 20px;
text-align: center;
}
.one{
display: flex;
flex-direction: column;
}
.camp {
background-color: #d1d5d0;
padding: 40px;
margin: 20px 0;
border-radius: 10px;
margin-left: 100px;
align-items:center;
width:80%;
display: flex;
flex-direction: row;
}
.camp h2 {
color: #005f73;
}
.btn {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #005f73;
color: #f1faee;
text-decoration: none;
border-radius: 5px;
width:55px;
}
.registration-form {
padding: 80px 0;
background-color: #eae2b7;
}
footer {
position: fixed;
width: 100%;
bottom: 0;
height:0px;
}
img{
margin-left: 450px;
}