sobota, 9 kwietnia 2016

Responsywna stopka na dole strony

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
html, body {
margin: 0;
display: table;
height: 100%;
width: 100%;
}
.wrapper {
padding: 20px;
height: auto;

}
footer {
background-color: slategrey;
display: table-row;
height: 1px;
}

</style>
</head>
<body>
<div class="wrapper">
This is the content 
</div>
<footer>
<div class="wrapper">
To jest tre艣膰 stopki
</div>
</footer>
</body>
</html>

Brak komentarzy:

Prze艣lij komentarz