-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
113 lines (99 loc) · 1.79 KB
/
Copy pathstyles.css
File metadata and controls
113 lines (99 loc) · 1.79 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
background-color: white;
}
.center {
position: relative;
margin: auto;
}
.nav {
float: top;
font-family: sans-serif;
/* margin: 10px;*/
text-align: right;
background-color: white;
/*border-color: white;*/
height: 3rem;
padding: 1rem 0 1rem 0;
margin-top: 0;
top: -1px;
right: 4rem;
width: 100%;
border-bottom: border: 1px solid #808080;
}
.navLink {
background-color: #0080FF;
margin: auto 1rem auto 1rem;
text-decoration: none;
padding: 1rem 2rem 1rem 2rem;
color: white;
position: relative;
top: 1rem;
border: 1px solid #808080;
width: 100%;
border-radius: 4px;
}
.formWrapper {
width: 75%;
height: 100%;
margin: auto;
position: relative;
}
.content {
background-color: #64B7FF;
height: 85vh;
line-height: 4rem;
}
.whitebox {
background-color: white;
width: 20rem;
border-radius: 10px;
border: 1px solid #808080;
padding: 1rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 2px 5px #94ADC4
}
}
.singupForm {}
.socialLinks {
width;
90%;
margin: auto;
position: relative;
display: block;
text-decoration: none;
display: flex;
justify-content: space-between;
}
.formItem {
padding: 1rem;
border: 1px solid grey;
border-radius: 4px;
margin: 2rem, auto, 1rem, auto;
width: 85%;
}
.titleText {
font-family: sans-serif;
font-weight: bold;
}
.badge {
height: 2rem;
width: 2rem;
border: 1px solid #ececec;
border-radius: 2rem;
}
.submit {
background-color: #0080FF;
color: white;
border: 0;
border-radius: 4px;
padding: 1rem;
margin: auto;
position: relative;
width: 100%;
}
form {
margin: auto;
}