forked from lc-education-ci-user/replits
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (52 loc) · 1.01 KB
/
style.css
File metadata and controls
61 lines (52 loc) · 1.01 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
.repo-links {
border-bottom: 2px solid black;
border-radius: 10px 10px;
display: inline-table;
padding: .9%;
margin: 10px;
font-size: large;
box-shadow: 5px 5px 5px steelblue;
list-style: none;
width: 13%;
background: linear-gradient(to right, steelblue 50%, white 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;
}
p{
font-size: 17px;
}
#desc{
line-height: .5px;
}
.repo-links:hover {
border-bottom: 2px solid orangered;
}
.repo-links:hover {
background-position: left bottom;
}
#lc-logo {
width: 147px;
height: 200px;
float: right;
}
.text {
text-align: center;
font-size: 16px;
font-weight: bold;
line-height: 30px;
color: steelblue;
transition: all .6s ease-out;
display: block;
}
.text:hover {
color: white;
/* font-size: 20px; */
}
button {
font-family: co;
background-color: #1f883d;
color: white;
border-radius: 5px;
font-weight: bold;
}