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.

66 lines
701 B
CSS

body {
font-style: normal;
font-family: sans-serif;
font-size: 1.2em;
background-color: grey;
padding: 6px;
}
a {
display: inline;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
a:hover {
text-decoration: underline;
}
h1 {
font-family: 'Century Schoolbook', serif;
text-align: center;
font-size: 1.8em;
}
h2 {
font-family: sans-serif;
font-size: 1.2em;
padding: 6px;
}
div .container-fluid {
background-color: grey;
padding-top: 12px;
}
.col-md-4 {
padding:6px;
}
p .nav{
font-size: 0.9em;
}
iframe {
width: 100%;
height: 100%;
}
img {
max-width: 100%;
max-height: 100%;
background-color: black;
}
title {
font-family: sans-serif;
font-size: 1.2em;
padding: 6px;
}