-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (38 loc) · 716 Bytes
/
style.css
File metadata and controls
42 lines (38 loc) · 716 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
body {
background-color: gray;
color: white;
font-family: Georgia, 'Times New Roman', serif;
line-height: 1.5;
}
button {
cursor: pointer;
padding: 5px;
border: 2px black;
}
.youtube {
background-color: red;
color: white;
}
.telegram {
background-color: deepskyblue;
color: white;
}
ul {
line-height: 1.6;
border-left: 5px solid gold;
}
table {
border-collapse: separate;
margin-top: 20px;
background-color: #777777;
}
th, td {
padding: 8px;
text-align: left;
border: 2px solid #444;
}
.My-instruments table {
border-collapse: separate;
margin-top: 20px;
background-color: #777777;
}