-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (45 loc) · 1006 Bytes
/
style.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
.giphy-list {
display: flex;
align-content: center;
flex-direction: column;
flex-wrap: wrap;
}
.giphy-input{
margin-right: 3px;
border-color: rgb(41, 187, 198);
}
.display {
padding:20px;
}
form {
display:flex;
justify-content: center;
}
h1 {
/* align-content: center; */
font-family: 'Sacramento', cursive;
color: rgb(41, 187, 198);
font-size: 3em;
}
body{
background-color: antiquewhite;
text-align: center
}
.giphy-button {
padding: 3px;
border-radius: 10%;
background-color: rgb(41, 187, 198);
}
.title{
display: flex;
align-items: center;
justify-content: space-around
}
.ellipse {
margin-top:-4%;
height:80px;
width:50px;
-webkit-clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
background-color: rgb(41, 187, 198);
}