-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfontbucket.css
101 lines (91 loc) · 2 KB
/
fontbucket.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
body{
font-family: 'Nunito', sans-serif;
min-height: 180px;
width: 430px;
/* margin: 0;
padding: 0; */
overflow: hidden;
border: 1px solid black;
}
.heading{
background-image: linear-gradient(to right, #FED2AF , #FF6C6C);
display: flex;
align-items: center;
padding: 0.5rem 1rem;
}
.icon{
max-height: 40px;
}
.topic{
font-size: 2rem;
color: white;
margin-left: 1rem;
}
.desc{
color: gray;
text-align: center;
margin: 0.5rem 2rem;
}
.add-font{
border: 1px solid #ffffff !important;
box-shadow:6px 6px 4px rgba(156, 156, 156, 0.103);
border-left: 3px solid #FF6C6C !important;
/* display: block; */
width: 60%;
/* height: calc(1.5em + .75rem + 2px); */
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.add-button{
background-color: #FF6C6C;
text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: .813rem;
padding: .4rem 2rem!important;
letter-spacing: .125rem;
cursor: pointer;
box-shadow:6px 6px 8px rgba(255, 108, 108, 0.253) ;
position: relative;
overflow: hidden;
margin: .6rem;
border: 1px solid transparent;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
text-align: center;
vertical-align: middle;display: inline-block;
}
.inputs{
text-align: center;
margin: 2rem 0.5rem 0.5rem 0.5rem;
border-bottom: 1px rgb(197, 197, 197) solid;
padding-bottom: 2rem;
}
.dd{
text-align: center;
margin-bottom: 0.5rem;
}
.si{
color: #3F95E9;
padding-top: 0.3rem;
font-weight: bold;
text-decoration: none;
}
.color{
display: inline;
width:80px;
height:80px;
border-radius:50%;
margin: 0 5px;
background-color: transparent;
border:none;
}