Skip to content

Instantly share code, notes, and snippets.

/style.css Secret

Created April 12, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e55aabc3fdf3f6abea50709c96005d23 to your computer and use it in GitHub Desktop.
Save anonymous/e55aabc3fdf3f6abea50709c96005d23 to your computer and use it in GitHub Desktop.
body
{
margin: 0;
}
.pudlo
{
width: auto;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: black;
}
.logo
{
width: auto;
height: auto;
padding: 10px;
background-color: red;
clear: both;
}
.nav
{
float: left;
width: 230px;
padding: 10px;
height: 100px;
background-color: blue;
}
.main
{
float: left;
width: auto;
padding: 10px;
height: 100px;
background-color: brown;
}
.tabela
{
float: left;
width: 330px;
padding: 10px;
height: 100px;
background-color: lime;
}
.footer
{
clear: both;
width: auto;
height: auto;
padding: 10px;
background-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment