Line 5: | Line 5: | ||
<link rel="stylesheet" type="text/css" href="style.css"/> | <link rel="stylesheet" type="text/css" href="style.css"/> | ||
</head> | </head> | ||
+ | <style? | ||
+ | body { | ||
+ | background-color: #EEEEEE; | ||
+ | font-family: Arial, Arial, Arial; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: red; | ||
+ | } | ||
+ | #container { | ||
+ | background-color: w.,hite; | ||
+ | width: 800px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | background-color: #66CCFF; | ||
+ | color: black; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | #nav{ | ||
+ | width: 180px; | ||
+ | float: left; | ||
+ | } | ||
+ | #nav ul { | ||
+ | list-style-type: none; | ||
+ | padding: 0; | ||
+ | |||
+ | .selected { | ||
+ | font-variant: bold; | ||
+ | } | ||
+ | |||
+ | #main { | ||
+ | width: 600px; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | #footer{ | ||
+ | clear: both; | ||
+ | padding: 10px; | ||
+ | background-color: #999999 | ||
+ | color: white; | ||
+ | text-align: right; | ||
+ | } | ||
+ | </style> | ||
<body> | <body> | ||
Revision as of 12:04, 21 June 2018