Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- img.properties{
- top: 0;
- max-width: 130px;
- height: auto;
- padding: 0;
- margin-right: 10px;
- margin-left: 0px;
- margin-bottom: 10px;
- }
- body, html{
- height: 100%;
- margin: 0;
- padding: 0;
- border: 0;
- }
- .logo{
- float: left;
- margin: 0;
- padding: 0;
- }
- .header{
- background: black;
- width: 100%;
- margin: 0;
- padding: 0;
- position: fixed;
- top: 0;
- left: 0;
- }
- .container{
- width: 60%;
- margin: 0 auto;
- }
- a {
- text-decoration: none;
- color: white;
- font-family: 'Oswald';
- font-size: 25px;
- }
- ul{
- color: white;
- }
- li {
- list-style: none;
- float: right;
- margin: 15px;
- padding-top: 14px;
- font-size: 25px;
- font-family: 'Oswald';
- }
- #up{
- margin-top: 120px;
- width: 60%;
- }
- .text-content{
- width: 60%;
- }
- .parallax {
- /* The image used */
- background: url('parallax1.jpg');
- /* Full height */
- height: 300px;
- width: 100%;
- /* Create the parallax scrolling effect */
- background-attachment: fixed;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- @media only screen and (max-device-width:1024px) {
- .parallax{
- background-attachment: scroll;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement