Line 1: |
Line 1: |
− |
| |
− | <!doctype html>
| |
− | <html lang="en">
| |
− |
| |
− | <head>
| |
− | <meta charset="utf-8">
| |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| |
− | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
| |
− |
| |
− | <title>Office of Public Service Accessibility (OPSA)</title>
| |
− |
| |
− | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
| |
− | integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
| |
− | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
| |
− | integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
| |
− | <link rel="stylesheet" href="styles.css">
| |
− |
| |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
| |
− | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
| |
− | integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
| |
− | crossorigin="anonymous"></script>
| |
− |
| |
− | <style>
| |
− | /*==========INCLUDE CUSTOM CSS right here==============*/
| |
− |
| |
− | .snoop-dogg{background-color:pink;}
| |
− |
| |
− | .jumbotron .content {
| |
− | position: absolute;
| |
− | bottom: 0;
| |
− | background: rgb(0, 0, 0); /* Fallback color */
| |
− | background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
| |
− | color: #f1f1f1;
| |
− | width: 100%;
| |
− | padding: 20px;
| |
− | }
| |
− |
| |
− | .site-footer {
| |
− | padding-top: 5px;
| |
− | background-color: #f2f2f2;
| |
− | padding-bottom: 50px;
| |
− | !important;
| |
− | }
| |
− |
| |
− | .padding {
| |
− | padding-top: 40px;
| |
− | padding-bottom: 40px;
| |
− | }
| |
− |
| |
− | .column {
| |
− | float: left;
| |
− | width: 20%;
| |
− | padding: 10px;
| |
− | height: 225px;
| |
− | }
| |
− |
| |
− | .bottom {
| |
− | background-color: #c4c2d7;
| |
− | background-size:cover;
| |
− | background-repeat:no-repeat;
| |
− | height:5px;
| |
− | }
| |
− |
| |
− | .column2 {
| |
− | float: left;
| |
− | width: 50%;
| |
− | padding: 5px;
| |
− | height: 20px;
| |
− | }
| |
− |
| |
− | h4 {
| |
− | color: navy;
| |
− | }
| |
− |
| |
− | div.fontsize {
| |
− | font-size: 13px;
| |
− | }
| |
− |
| |
− | .jumbotron {
| |
− | padding-top: 80px;
| |
− | }
| |
− |
| |
− | * {
| |
− | box-sizing: border-box;
| |
− | }
| |
− |
| |
− | .column1 {
| |
− | float: left;
| |
− | width: 50%;
| |
− | padding: 20px;
| |
− | height: relative;
| |
− | }
| |
− |
| |
− | .row:after {
| |
− | content: "";
| |
− | display: table;
| |
− | clear: both;
| |
− | }
| |
− |
| |
− | @media screen and (max-width: 850px) {
| |
− | .column {
| |
− | width: 100%;
| |
− | }
| |
− | }
| |
− |
| |
− | .cities {
| |
− | outline: 2px solid lightgray;
| |
− | color: black;
| |
− | margin: 20px;
| |
− | padding: 20px;
| |
− | }
| |
− |
| |
− | a:hover, a:visited, a:link, a:active
| |
− | {
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− | .thumbnail:hover {
| |
− | transition: 0.7s ease;
| |
− | background-color: #c4c2d7;
| |
− | }
| |
− |
| |
− | h1 {
| |
− | color: navy
| |
− | }
| |
− |
| |
− | h3 {
| |
− | color: navy;
| |
− | }
| |
− |
| |
− | h4 {
| |
− | color: navy;
| |
− | }
| |
− |
| |
− | div.width {
| |
− | width: 80%;
| |
− | margin: left;
| |
− | }
| |
− |
| |
− | .column3 {
| |
− | float: left;
| |
− | width: 33.33%;
| |
− | padding: 10px;
| |
− | }
| |
− |
| |
− | p.small {
| |
− | line-height:1;
| |
− | padding-top:55px;
| |
− | }
| |
− |
| |
− | p.hover {
| |
− | text-decoration: underline;
| |
− | line-height:0.8;
| |
− | }
| |
− |
| |
− | ul.b {
| |
− | list-style-position: inside;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | </style>
| |
− | </head>
| |
− |
| |
− | <body>
| |
− |
| |
| <section class="super-body"> | | <section class="super-body"> |
| | | |
− | <header>
| + | |
− | Header data
| |
− | </header>
| |
− |
| |
| <!-- navigation --> | | <!-- navigation --> |
| <nav class="navbar navbar-default navbar-fixed-top"> | | <nav class="navbar navbar-default navbar-fixed-top"> |