|
|
Line 108: |
Line 108: |
| } | | } |
| | | |
− | /*.....................................*/
| |
− |
| |
− | a:link {
| |
− | color: white;
| |
− | background-color: transparent;
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− | a:visited {
| |
− | color: white;
| |
− | background-color: transparent;
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− | html {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | }
| |
− | h1,
| |
− | h2,
| |
− | h3,
| |
− | h4,
| |
− | h5,
| |
− | h6 {
| |
− | margin: 0 0 35px;
| |
− | text-transform: uppercase;
| |
− | font-family: Tahoma, Geneva, sans-serif;
| |
− | font-weight: 700;
| |
− | letter-spacing: 1px;
| |
− | }
| |
− | p {
| |
− | margin: 0 0 25px;
| |
− | font-size: 18px;
| |
− | line-height: 1.5;
| |
− | }
| |
− | @media (min-width: 768px) {
| |
− | p {
| |
− | margin: 0 0 35px;
| |
− | font-size: 20px;
| |
− | line-height: 1.6;
| |
− | }
| |
− | }
| |
− |
| |
− | a {
| |
− | color: white;
| |
− | -webkit-transition: all 0.2s ease-in-out;
| |
− | -moz-transition: all 0.2s ease-in-out;
| |
− | transition: all 0.2s ease-in-out;
| |
− | }
| |
− |
| |
− | a:hover,
| |
− | a:focus {
| |
− | text-decoration: none;
| |
− | color: white;
| |
− | }
| |
| | | |
| | | |
Line 204: |
Line 149: |
| float: left; | | float: left; |
| } | | } |
− |
| |
| | | |
| .menu-item { | | .menu-item { |
Line 216: |
Line 160: |
| | | |
| .menu-item:hover { | | .menu-item:hover { |
− |
| |
| background-color: #2a9d8f; | | background-color: #2a9d8f; |
| } | | } |
Line 255: |
Line 198: |
| | | |
| .sub-drop ul li:hover { | | .sub-drop ul li:hover { |
− |
| |
| background-color: #ff0055; | | background-color: #ff0055; |
| } | | } |