Friday, 29.03.2024, 4:57 PM
Welcome Guest | RSS
Main | News | Sign Up | Login
Search
Menu
4e
Main » 2013 » May » 8 » sd
1:10 PM
sd
<head>
<title>Provjera prakticnog rada-CSS</title>
<link rel="stylesheet"
        type="text/css" href="css.css">
</head>
<body>
    <div class="kontejner">
        <div class="banner">
        </div>
        <div class="izbornik">
        </div>
        <div class="sadrzaj">
        </div>
        <div class="bottom">
        </div>
    </div>
</body>

css:
body{
div.kontejner{
    width:950px;
    height:1000px;
    position:center;
    margin-left:auto;
    margin-right:auto;
    }
   
div.banner{
    background-color:red;
    width:950px;
    height:100px;
    float:right;
    }
div.izbornik{
    background-color:blue;
    float:left;
    width:100px;
    height:900px;
    }

div.sadrzaj{
    background-color:black;
    float:right;
    width:850px;
    height:900px;
    }
   
p{
    font-size:10pt;
    font-family:arial;
    text-align:justify;
}

ul.izbornik{
list-style-type:none;
font-family:verdana;
font-size:12pt;
}

a:link{
color:white;
text-decoration:none;
}

a:hover{
background-color:white;
color:black;
}
Views: 1053 | Added by: vajmar1 | Rating: 1.0/1
Create a free website with uCoz