-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
80 lines (68 loc) · 1.45 KB
/
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
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
html, body {
margin: 0;
padding: 0;
width: 350px;
height: 180px;
box-sizing: border-box;
/* background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); */
}
.header{
text-align: center;
/* background-color:#FC427B; */
background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
color: #F8EFBA;
text-shadow: 2px 2px 5px black;
}
/* form{
margin: 25px 37px;
justify-content: space-between;
} */
/* .inp {
border:none;
border-bottom: 1px solid #1890ff;
padding: 5px 10px;
outline: none;
} */
/* #mainhead ::content{
background: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
} */
/* .content {
background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
} */
/* body > div.content > div.set-timer > form > div > div:nth-child(2) > button{
padding: 6px 49px;
} */
#footertext {
color: #dff9fb;
}
hr{
width: 100%;
height: 2px;
text-align: center;
margin-left:0
}
.start{
display: flex;
align-items: center;
justify-content: space-around;
}
.inp {
width: 90px;
text-align: center;
border: none;
border-bottom: solid 1px gray;
outline: none;
}
/* inp::after{
content: "Sec";
} */
.stop{
margin-top: 20px;
display: flex;
align-items: center;
justify-content: space-around;
margin-bottom: 10px;
}
.footer-copyright{
background-color: #D2D1D1;
}