generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
721 B
32 lines
721 B
body {
|
|
padding-left: 11em;
|
|
font-family: Georgia, 'Georgia', "Times New Roman",
|
|
Times, serif;
|
|
color: darksalmon;
|
|
background-color: rgb(39, 39, 84) }
|
|
ul.navbar {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 2em;
|
|
left: 1em;
|
|
width: 9em }
|
|
h1 {
|
|
font-family: Helvetica, Geneva, Arial,
|
|
SunSans-Regular, sans-serif }
|
|
ul.navbar li {
|
|
background: white;
|
|
margin: 0.5em 0;
|
|
padding: 0.3em;
|
|
border-right: 1em solid darksalmon }
|
|
ul.navbar a {
|
|
text-decoration: none }
|
|
a:link {
|
|
color: blue }
|
|
a:visited {
|
|
color: darkblue }
|
|
address {
|
|
margin-top: 1em;
|
|
padding-top: 1em;
|
|
border-top: thin dotted } |