-
Notifications
You must be signed in to change notification settings - Fork 2
/
interface.css
111 lines (88 loc) · 1.67 KB
/
interface.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
body{
background-image: linear-gradient(rgb(0,0,50,0.8),rgba(0,0,50,0.8)),url(bgpic.jpg);
/* margin-top: 150px; */
}
.container1{
height: 400px;
width: 500px;
margin-left: 20px;
background-color:white;
margin-top: 50px;
padding: 20px;
box-shadow: 10px 5px 20px #585858;
border-radius: 25px 0px 0px 25px;
}
.container2{
height: 900px;
width: 50%;
border-radius: 25px 0px 0px 25px;
}
.click {
font-size: large;
border-radius: 10px;
}
.click:hover{
color: crimson;
}
.click{
color:rgba(79, 149, 151, 0.904);
font-family:'Times New Roman', Times, serif;
}
.container2{
background-color:rgb(240, 255, 255);
width: 50%;
height: 500px;
text-align: center;
/* padding: 50px; */
box-shadow: 10px 5px 20px #585858;
color: white;
border-radius: 25px 25px 25px 25px;
max-width: 450px;
border-radius: 40px;
padding: 50px 60px 70px;
}
.pp{
padding-top: 30px;
}
.containerlist{
display: flex;
flex-wrap: wrap;
text-align: center;
}
.head{
margin: 20px;
font-family:'Times New Roman', Times, serif;
color: #000;
}
.outsideBtn{
padding: 20px 25px 30px;
display: flex;
top: 15px;
left: 20%;
}
.outsideBtn button{
padding : 15px 10px 15px;
border-radius: 15px;
color:black;
background-color: #eaeaea;
}
h1{
font-size : 30px;
margin-bottom : 60px;
color:#3c00a0;
}
.input-group{
height: 200px;
}
.input-field i{
padding: 15px;
margin-left: 15px;
color:#282222;
}
#copy{
position: fixed;
bottom: 2.5%;
left : 50%;
transform: translate(-50%);
color:white;
}