-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubscribe.css
53 lines (48 loc) · 877 Bytes
/
Subscribe.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
.modalsubscribe {
display: none;
position: fixed;
z-index: 1;
left:47% ;
top: 12%;
width: 37%;
height: 14%;
}
.modal-content {
background-color: #fefefe;
padding: 9px;
border: 1px solid #888;
width: 80%;
border-radius: 14px;
background-color: #d6e5f6;
}
.closesubscribe {
color: #e54545;
float: right;
font-size: 32px;
font-weight: bold;
}
#subscribeForm{
display: flex;
flex-direction: row;
}
input{
width: 80%;
background-color: #fefefe;
border: b;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
button{
width: 26%;
border-radius: 14%;
align-self: center;
margin-top: 2%;
color: white;
background-color: rgb(151, 151, 247);
align-self: center;
padding: 1%;
}