-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (37 loc) · 665 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (37 loc) · 665 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
body {
background-color: #f8f9fa;
}
.container {
margin-top: 50px;
}
h1 {
margin-bottom: 30px;
text-align: center;
}
textarea {
resize: frombuttom;
}
#top-link {
background-color: transparent;
}
a {
display: inline-block;
border-radius: 25px;
padding: 10px 20px;
background-color: black;
color: white;
text-decoration: none;
overflow: hidden;
}
.button {
margin-top: 10px;
background-color: rgb(47, 44, 44);
border: 1px solid rgb(47, 44, 44);
}
.result-line {
border: 1px solid #f8f9fa;
background-color: #f8f9fa;
}
.results {
margin-top: 20px;
}