-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
72 lines (45 loc) · 925 Bytes
/
styles.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body{
text-align: center;
background: rgb(57,49,175);
background: linear-gradient(90deg, rgba(57,49,175,1) 21%, rgba(0,197,255,1) 77%);
font-family: 'Open Sans', sans-serif;
}
h1 ,h4 ,h5 ,h6{
font-size: 2rem;
line-height: 2;
font-family: 'Merriweather', serif;
font-weight: 900;
}
.container-fluid{
padding:1% 10%;
}
/* welcome section */
#welcome{
color:white;
padding:12% 2%;
line-height:1.5;
}
#welcome h3{
font-size: 2rem;
line-height: 1.5;
}
#form{
text-align:left;
padding:.2rem;
}
/* Fill Up section */
#fillup{
background-color: white;
}
.fillup-shape{
border-radius:12rem 0 0 12rem;
}
.register_button{
border-radius: 1rem;
text-align:right;
}
.form-control{
border-color: black;
border-width:2px;
margin:5px;
}