Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html
- {
- background-color: #ddddff;
- }
- body
- {
- width: 800px;
- margin-left: auto;
- margin-right: auto;
- background-color: white;
- }
- *
- {
- margin: 0px;
- padding: 0px;
- }
- #header
- {
- border: 30px solid grey;
- background-color: grey;
- color: white;
- font-family: "Tahoma", Times, sans;
- }
- #menu
- {
- color: white;
- background-color: #2B1B17;
- border: 5px solid #2B1B17;
- line-height: 30px ;
- }
- #menu a:visited
- {
- color:white;
- text-decoration: none;
- }
- #menu a:link
- {
- text-decoration: none;
- }
- #menu a:hover
- {
- text-decoration: underline;
- }
- #menu li
- {
- display: inline;
- }
- #menu ul
- {
- margin-left: 5px;
- }
- #menu li+li:before
- {
- content: " | ";
- }
- #content
- {
- border: 10px solid white;
- }
- #content h3
- {
- font-family: "Tahoma", Times, sans;
- font-weight: bold;
- font-size: 30px;
- height: 45px;
- }
- #content img
- {
- border-right: 10px solid white;
- float:left;
- }
- #content p
- {
- border: 10px solid white;
- font-family: "Times New Roman", Times, sans;
- }
- #content li
- {
- display: inline;
- background-color: grey;
- height: 30px;
- line-height: 30px;
- border: 5px solid grey;
- font-family: "Times New Roman", Times, sans;
- }
- #content ul
- {
- margin-bottom: 5px;
- }
- #content li a:link
- {
- color: white;
- text-decoration: none;
- }
- #content li a:visited
- {
- color: white;
- text-decoration: none;
- }
- .introduction
- {
- font-style: italic;
- font-size: 16px;
- }
- .news-item
- {
- border-bottom: 1px solid black;
- }
Advertisement
Add Comment
Please, Sign In to add comment