-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (71 loc) · 1.38 KB
/
style.css
File metadata and controls
80 lines (71 loc) · 1.38 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
*{
padding:0;
margin: 0;
}
.container{
height: 175px;
width:42%;
border:2px solid #2DD35C;
margin: auto;
margin-top: 200px;
border-top-right-radius: 200px;
border-bottom-right-radius: 12px;
border-left-style: hidden;
}
.box{
height:115px;
width:370px;
margin: auto;
margin-top: -133px;
margin-right: 270px;
border-top-left-radius: 200px;
border-bottom-left-radius:15px;
opacity:0.8;
background-color: rgb(202, 191, 231);
}
.line{
border: 3px solid black;
height:230px;
width:134px;
margin-top:-178px;
margin-left: 308px;
border-top-style: hidden;
border-left-style: hidden;
border-bottom-style: hidden;
}
#head1{
margin-top: 40px;
margin-left: 80px;
font-weight: bold;
}
#head2{
margin-top: 8px;
margin-left: 80px;
color: #5553B7;
font-weight: bolder;
}
#btn1{
margin-left:80px;
height: 36px;
margin-top: 12px;
border-radius: 20px;
font-size: 10px;
color: white;
background-color: #2DD35C;
padding: 0px 25px;
cursor: pointer;
/*padding: 6px 13px; */
}
#btn2{
margin-left:10px ;
margin-top: 12px;
border-radius: 20px;
color:#5553B7;
cursor: pointer;
height: 36px;
background-color: white;
font-size: 10px;
font-weight: bolder;
padding: 0px 24px;
/*padding: 6px 14px; */
}