Spaces:
Runtime error
Runtime error
File size: 549 Bytes
f431441 407b426 44c4190 407b426 44c4190 |
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 |
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
body {
font-family: "Hind Siliguri", sans-serif;
}
h1 {
text-align: center;
font-weight: 700;
}
p {
text-align: center;
}
.mybtn {
background-color: rgb(240, 98, 16) !important;
}
table {
border: 1px solid gray;
border-collapse: collapse;
text-align: center;
width: 100%;
}
th,
td {
border: 1px solid gray;
border-collapse: collapse;
padding: 5px;
}
footer {
visibility: hidden;
}
|