-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubway.css
More file actions
104 lines (95 loc) · 1.53 KB
/
subway.css
File metadata and controls
104 lines (95 loc) · 1.53 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.btn {
display: inline-block;
height: 125px;
width: 125px;
border-radius: 50%;
border: 10px solid black;
}
a.btn {
text-decoration: none;
justify-content: flex-end;
}
.flex {
display: flex;
}
.circle {
position: relative;
left: 30px;
top: 5px;
font-size: 100px;
color: white;
}
.results {
border: 5px solid green;
text-align: center;
list-style-type: none;
font-size: 24px;
color: black;
background:#d60a36;
border-radius:20px;
text-decoration: none;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0.00, red),
color-stop(16%, orange),
color-stop(32%, yellow),
color-stop(48%, green),
color-stop(60%, blue),
color-stop(76%, indigo),
color-stop(1.00, violet));
}
.results a {
text-decoration: none;
}
#all{
background:#5b0612;
}
.stations {
color: #004d4d;
text-align: center;
font-size:40px;
}
footer{
color:black;
background-color: white;
text-align: center;
}
body{
background-color:#5b0612;
}
.red {
background: red;
}
.green {
background: green;
}
.yellow {
background: #ffbe42;
}
.orange {
background: #ff8c00 ;
}
.blue {
background: blue;
}
.brown {
background: #614126;
}
.lightgreen {
background: #98e698;
}
.grey {
background: grey;
}
.lightblack {
background: #1a1a1a;
}
h1{
background:#9EB9D4;
margin-top:0px;
margin-left:500px;
margin-right:500px;
height:100px;
border-radius:100px;
}