Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color: #1E90FF;
- color: #4a4a4a;
- font-family: 'open-sans', sans-serif;
- font-size: 16px;
- line-height: 1.2;
- </style>
- </head>
- <body>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- a {
- color: #2D9CDB;
- font-family: 'open-sans', sans-serif;
- font-weight: 700;
- }
- body {
- margin: 0;
- font-family: Arial, Helvetica, sans-serif;
- }
- .topnav {
- overflow: hidden;
- background-color: #d3d3d3;
- }
- ul {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .topnav a {
- float: left;
- color: #000000;
- text-align: center;
- padding: 10px 12px;
- text-decoration: none;
- font-size: 20px;
- }
- .topnav a.active {
- background-color: #white;
- color: white;
- }
- #content {
- position:relative;
- }
- #upper_right {
- position: absolute;
- top: 0;
- right: 0%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement