mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
43 lines
708 B
CSS
43 lines
708 B
CSS
|
|
h1 {
|
|
font-size: 1.8rem;
|
|
margin-bottom: 1.8rem;
|
|
}
|
|
|
|
.navbar {
|
|
background-color: lightslategray;
|
|
font-size: 1em;
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
color: white;
|
|
padding: 8px 5px 8px 5px;
|
|
}
|
|
|
|
.navbar a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-size: 1.2em;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.navbar-item {
|
|
font-variant: small-caps;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.body-content {
|
|
padding: 10px;
|
|
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
}
|
|
|
|
footer {
|
|
padding: 10px;
|
|
}
|
|
|
|
.social-btn {
|
|
/* background-color: #009688;
|
|
color: white; */
|
|
font-size: 1.5rem;
|
|
} |