Add files via upload

This commit is contained in:
Suraj B M
2023-08-27 23:43:08 +05:30
committed by GitHub
parent 4db5ef9b58
commit 25a459deb0

75
data/studyhive.css Normal file
View File

@@ -0,0 +1,75 @@
@font-face {
font-family: "Hippo";
src: url('hippo.ttf');
}
.stackedit__html {
max-width: 900px;
}
body {
background-color: #FFFFFF;
color: #000;
font-family: 'Poppins', sans-serif;
font-size: 18px;
}
h1 {
background-color: #1F415E;
text-align: center;
vertical-align: middle;
color: white;
padding: 15px;
text-decoration: none;
border: 0px;
text-transform: uppercase;
font-family: 'Hippo';
letter-spacing: 3px;
}
h1::after {
border-bottom: none;
}
h2 {
color: #1F415E;
text-transform: uppercase;
font-family: 'Hippo';
}
h2::after {
border-bottom: 1px solid #1F415E;
}
h3 {
color: #EC8934;
font-family: 'Hippo';
}
table, thead, tbody, th, tr, td {
border: none;
}
th {
background-color: #EC8934;
color: white;
border-left: 1px solid white;
border-right: 1px solid white;
}
tr {
border-left: 1px solid white;
border-right: 1px solid white;
}
tr:nth-child(odd) {
background-color: #f2f2f2; /* Or any color you fancy */
}
.thanks {
text-align: center;
font-family: 'Hippo';
color: #EC8934;
font-size: 60px;
}