Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .page{
- width: 100%;
- height: 800px;
- margin-top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- word-wrap:break-word;
- }
- .box{
- background:-webkit-linear-gradient(bottom, #7f0000, #cc0000);
- height:40px;
- padding:4px;
- margin-top: 70px;
- border-top: solid 6px black;
- border-bottom: solid 6px black;
- position: relative;
- }
- .logo{
- height:180px;
- display: inline;
- margin-top: -70px;
- }
- .meniLevo{
- display: inline-block;
- font-family: "Comic Sans MS", 'cursive',sans-serif;
- font-size: 25px;
- font-weight: bold;
- float:left;
- margin-top: -108px;
- margin-left: 130px;
- }
- .meniDesno{
- display: inline-block;
- font-family: "Comic Sans MS", 'cursive',sans-serif;
- font-size: 25px;
- font-weight: bold;
- float:right;
- margin-top: -108px;
- margin-right: 130px;
- text-decoration:none;
- color:white;
- }
- a:hover{
- color:gray;
- }
- .picture{
- width: 100%;
- height: 520px;
- border-top: solid 1px white;
- }
- .box2{
- background-color:white;
- color: black;
- opacity: 0.8;
- border-radius: 50px 0 0 50px;
- height: 100px;
- width: 500px;
- float:right;
- right: 0;
- display:inline;
- position: absolute;
- margin-top: 400px;
- }
- .text{
- font-weight:bold;
- color:gray;
- font-size: 25px;
- margin-top: 35px;
- margin-left: 15px;
- font-family:"Comic Sans MS",'cursive',sans-serif;
- }
- .third{
- margin-top: -150px;
- width: 30%;
- display: inline-block;
- padding-left: 33px;
- float:left;
- }
- .small{
- width: 120px;
- display: inline-block;
- }
- .text2{
- font-family:"Comic Sans MS",'cursive',sans-serif;
- text-align: justify;
- display: inline-block;
- }
- hr{
- border-left: thick solid #ff0000;
- border: 0;
- height: 1px;
- position: absolute;
- top:0;
- bottom:0;
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
- }
Add Comment
Please, Sign In to add comment