Följande filer finns i denna mapp. Klicka på dem för att visa koden!
main.css78 lines ASCII Windows (CRLF) 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
body{
background-color: grey;
padding 10px;
border: 2px;
}
div.vanster{
background-color: green;
margin-top: 50px;
height: 500px;
width: 50%;
float:left;
}
div.hoger{
background-color: red;
margin-top: 50px;
height: 500px;
width: 50%;
float:right;
}
h2.titel{
margin-top: 50px;
font-size: 30px;
text-align: center;
font-family: serif, sans-serif;
font-weight: 500;
}
li.uppgifter{
text-align: center;
list-style: none;
}
section.uppgifter{
height: 10%;
width: 80%;
background-color: white;
background-repeat: no-repeat;
align-content: center;
margin-left: 10%;
}
h1.desc{
margin-top: -5px;
text-align: center;
}
section.projekt{
height: 115px;
width: 80%;
margin-top: 15px;
margin-left: 10%;
background-color: yellow;
}
div.footer{
position: fixed;
left: 0;
bottom: 0;
width: 50%;
height: 10%;
background-color: red;
border: green solid 5px;
opacity: 5%;
}
div.footer:hover{
filter: alpha(opacity=100);
opacity: 1.0;
}
div.knappar{
height: 70%;
width: 23%;
margin-top: 10px;
margin-left: 10px;
background-color: yellow;
float: left;
}
div.knappar:hover{
background-color: orange;
}
div.knappar p{
text-align: center;
}