-
Notifications
You must be signed in to change notification settings - Fork 0
/
lets_talk.css
124 lines (120 loc) · 1.82 KB
/
lets_talk.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
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
114
115
116
117
118
119
120
121
122
123
124
.c_body{
color: white;
margin-right:50px;
margin-left:80px;
padding: 30px;
background-color: #2b00d4;
}
.c_let{
font-size: 40px;
padding-left: 20px;
}
.c_bg1{
background-color: #2b00d4;
}
.c_cross{
color: white;
position: absolute;
font-size: 42px;
top: 0;
right: 140px;
transform: rotate(45deg);
cursor: pointer;
}
.c_text-b{
display: inline-flex;
color: #a9aaee;
padding: 10px;
}
.c_lin{
color: white;
}
.c_input[type="radio"]{
display:none;
}
.c_input:checked+label{
color: #1400ff;
background-color: pink;
background-position: 0 -90px;
border: 1px solid #fff;
}
.c_label{
margin: 20px;
}
.c_c1{
border: none;
color: white;
height: 40px;
margin: 10px;
width: 40%;
background-color: #3a28dc;
width: 370px;
padding-left: 20px;
}
.c_c2{
border: none;
height: 40px;
margin: 10px;
width: 40%;
color: white;
background-color: #3a28dc;
width: 370px;
padding-left: 20px;}
.c_c3{
background-color: #3a28dc;
border: none;
color: white;
height: 80px;
margin: 10px;
width: 40%;
width: 370px;
padding-left: 20px;
}
.c_c4{
color: blue;
height: 40px;
margin: 10px;
width:100px;
margin-left: 10%;
}
.c_container{
padding: 0;
margin-right: 0;
display:flex;
box-shadow: 0 0 0px 0 #d1d1d1d;
}
.c_label1,.c_label2,.c_label3,.c_label4{
background-color: #3a28dc;
border: none;
display: block;
height: 40px;
width: 100px;
background-size: 130px 180px;
position: relative;
color: grey;
border-spacing: 10px
padding:5px;
margin: 5px;
cursor: pointer;
}
.c_label1{
left: 5px;
width: 90px;
height: auto;
}
.c_label2{
width: auto;
height: auto;
}
.c_label3{
height: auto;
width: auto;
}
.c_label4{
height: auto;
width: auto;
}
.c_span{
display: flex;
padding: 10px;
}