-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
127 lines (113 loc) · 2.23 KB
/
index.css
File metadata and controls
127 lines (113 loc) · 2.23 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.main {
width:100%;
height:100vh;
position:relative;
display:flex;
align-items: center;
justify-content:center;
}
*{
margin:0;
padding:0;
}
body {
font-size: 20px;
font-family: Georgia, Verdana;
background-color: rgba(23,76,198,0.5);
color:rgb(12,12,12);
}
.title{
box-sizing:border-box;
background-image: linear-gradient(122.3deg, rgb(111, 71, 133) 14.6%, rgb(232, 129, 166) 29.6%, rgb(237, 237, 183) 42.1%, rgb(244, 166, 215) 56.7%, rgb(154, 219, 232) 68.7%, rgb(238, 226, 159) 84.8%);
background-clip:text;
color:transparent;
display: block;
font-family: Times New Roman, Verdana;
font-size: 75px;
font-weight: 800;
margin: 20px 20px 0px 20px;
padding: 10px 0px 0px 50px;
text-align:center;
}
.title .img{
background:none;
color:#000;
}
.pal-div{
width:min(100vw,450px);
min-height:140px;
border-radius:30px;
display:flex;
align-items: center;
background-color:rgba(75,35,71,0.6);
box-sizing:border-box;
color:white;
font-size:16px;
flex-wrap:wrap;
justify-content:center;
margin-top:20px;
padding: 20px;
}
.test{
font-weight: bold;
color:rgba(10,10,35,0.75);
margin-bottom:20px;
}
label{
margin-bottom:20px;
}
.pal-input{
height:25px;
width:350px;
text-align:center;
font-size:14px;
margin:10px;
border:none;
border-bottom: 2px solid ;
background-color:rgba(75,35,71,0);
}
.pal-btn{
width:150px;
height:50px;
padding:10px;
border:none;
border-radius: 50px;
background-image:linear-gradient(122.3deg, rgb(111, 71, 133) 14.6%, rgb(232, 129, 166) 29.6%, rgb(237, 237, 183) 42.1%, rgb(244, 166, 215) 56.7%, rgb(154, 219, 232) 68.7%, rgb(238, 226, 159) 84.8%);
color:black;
font-weight:bold;
cursor:pointer;
}
.pal-btn:hover{
background-color:orange;
}
.hidden{
display:none;
}
.pal-result{
color:black;
overflow-y: auto;
min-height: 30px;
margin-left:10px;
padding:20px;
display:flex;
align-items:center;
justify-content:center;
}
.pal-def-div{
width:min(100vw,450px);
min-height:140px;
border-radius:50px;
background-color:white;
font-size:16px;
margin:10px 0px;
padding:20px;
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}
.pal-def{
vertical-align:middle;
text-align:center;
box-sizing: border-box;
}