-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (47 loc) · 887 Bytes
/
Copy pathstyles.css
File metadata and controls
56 lines (47 loc) · 887 Bytes
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
#loading-animation {
margin-left: 100px;
}
#button1 {
background: linear-gradient(90deg, #29648A, #25274D);
color: inherit;
border: none;
padding: 0;
font: inherit;
color: #F2F2F2;
cursor: pointer;
outline: inherit;
border: 2px solid black;
padding: 8px;
border-radius: 20px;
margin-left: 10px;
box-shadow: 5px 5px 5px #116466;
}
#input {
background: azure;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
border: 2px solid black;
padding: 8px;
border-radius: 20px;
margin-left: 10px;
box-shadow: 5px 5px 5px #116466;
}
body {
background-color: rgb(210, 210, 220);
width: 400px;
height: 700px;
margin: 0;
padding: 0;
border-radius: 20px;
}
#big-div{
margin-top: 50px;
margin-left: 70px;
}
#result-container {
margin-right: 20px;
}