You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
645 B
CSS
48 lines
645 B
CSS
body, html {
|
|
height: 100%;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
.demos-title {
|
|
text-align: center;
|
|
font-size: 34px;
|
|
color: #3cc51f;
|
|
font-weight: 400;
|
|
margin: 0 15%;
|
|
}
|
|
|
|
.demos-sub-title {
|
|
text-align: center;
|
|
color: #888;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.demos-header {
|
|
padding: 35px 0;
|
|
}
|
|
|
|
.demos-content-padded {
|
|
padding: 15px;
|
|
}
|
|
|
|
.demos-second-title {
|
|
text-align: center;
|
|
font-size: 24px;
|
|
color: #3cc51f;
|
|
font-weight: 400;
|
|
margin: 0 15%;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
padding: 20px;
|
|
}
|
|
|
|
footer a {
|
|
color: #999;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.fac-addr-text-break {
|
|
word-break: break-all;
|
|
} |