-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubject.css
More file actions
57 lines (48 loc) · 795 Bytes
/
Copy pathsubject.css
File metadata and controls
57 lines (48 loc) · 795 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
57
.recent{
display: flex;
justify-content: space-around;
}
table{
width: 700px;
justify-content: space-between;
}
th{
font-family: 'Montserrat', 'sans-serif';
font-size: 22px;
color: purple;
}
tr{
font-family: 'Montserrat', 'sans-serif';
}
td a{
margin: 10px;
font-size: 20px;
}
.varlink{
color: black;
}
.upload_btn{
font-family: 'Montserrat', 'sans-serif';
display: flex;
justify-content: center;
align-items: center;
position: relative;
border: 0;
background-color: #FFCC57;
height: 50px;
width: 125px;
border-radius: 30px;
font-size: 18px;
border: 4px solid #404046;
color: black;
}
.upload_btn:hover{
transition: 0.5s ease;
background-color: #404046;
color: white;
}
.footer{
width: 100%;
position: fixed;
bottom: 0;
}