mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 12:09:53 +05:30
75 lines
1.2 KiB
CSS
75 lines
1.2 KiB
CSS
@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;
|
|
} |