mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Add files via upload
This commit is contained in:
75
data/studyhive.css
Normal file
75
data/studyhive.css
Normal 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user