Spaces:
Running
Running
File size: 1,188 Bytes
2139cb3 96471b1 41bc27a 75b5d36 2139cb3 75b5d36 13c2158 2139cb3 13c2158 69b0464 13c2158 75b5d36 2139cb3 41bc27a 8aaad64 2139cb3 96471b1 2139cb3 96471b1 2139cb3 69b0464 |
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 |
html{
scroll-behavior:smooth
}
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
h1 {
font-size: 16px;
margin-top: 0;
}
p {
color: rgb(107, 114, 128);
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}
td, th {
border-bottom: 1px solid rgb(107, 114, 128);
border-right: 1px solid rgb(107, 114, 128);
font-size: large;
padding: 10px 10px;
}
tr {
background-color: rgb(250, 250, 251);
transition: 0.2s;
}
tr.clickable:hover {
background-color: rgb(180, 180, 180);
cursor: pointer;
}
table {
border: 3px solid rgb(250, 250, 251);
width: 500px;
}
.warning {
display: inline-block;
background-color: beige;
border-radius: 20px;
text-wrap: pretty;
padding: 20px;
}
#topBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 24px;
border: none;
outline: none;
background-color: rgb(44, 46, 74);
color: rgb(180, 180, 180);
cursor: pointer;
padding: 15px;
border-radius: 4px;
box-shadow: 2px 2px 5px black;
transition: 0.2s;
}
#topBtn:hover {
background-color: rgb(34, 36, 64);
color: rgb(170, 170, 170);
}
#SwinBs {
scroll-behavior: smooth;
} |