Camillelorie (Talk | contribs) |
Camillelorie (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{East_Chapel_Hill}} | {{East_Chapel_Hill}} | ||
<html> | <html> | ||
+ | |||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <style> | ||
+ | body { | ||
+ | font-family: "Lato", sans-serif; | ||
+ | } | ||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <style> | ||
+ | body { | ||
+ | margin: 0px; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | .navbar { | ||
+ | overflow: hidden; | ||
+ | background-color: #A9A9A9; | ||
+ | position: fixed; | ||
+ | bottom: 0; | ||
+ | width:40%; | ||
+ | height:1%; | ||
+ | left: 31%; | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | .navbar a { | ||
+ | float: left; | ||
+ | display: block; | ||
+ | color: #f2f2f2; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
+ | .navbar a:hover { | ||
+ | background: #ADD8E6; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .navbar a.active { | ||
+ | background-color: #ADD8E6; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .main { | ||
+ | padding: 16px; | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Define p2 type --> | ||
+ | <style> | ||
+ | p2 { | ||
+ | display: block; | ||
+ | margin-top: 1em; | ||
+ | margin-bottom: 1em; | ||
+ | margin-left: 8em; | ||
+ | margin-right: 8em; | ||
+ | } | ||
+ | </style> | ||
+ | <!-- Define horizontal bar type --> | ||
+ | <style> | ||
+ | hr { | ||
+ | border: 2px solid; | ||
+ | margin-right: 80px; | ||
+ | margin-left:80px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <!-- Define h2 --> | ||
+ | <style> | ||
+ | h2 { | ||
+ | margin-top: 1em; | ||
+ | margin-bottom: 1em; | ||
+ | margin-left: 6em; | ||
+ | margin-right: 6em; | ||
+ | text-align: left; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | </style> | ||
Revision as of 18:44, 17 October 2018