Skip to content

Commit

Permalink
clarify license and add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Dec 28, 2011
1 parent 64f832e commit f8db66c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions css/uiblast.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.label {
background-color: orange;
margin: 10px;
padding: 10px;
border-radius: 15px;
}


.selector{

margin-top: 50px;

}


.content {
min-width:1200px;
margin : 50px;
padding: 20px;
border-radius: 15px;
background-color: white;
min-height: 80%;
}

.header {
border-radius: 15px;
background-color: white;
padding: 20px;
background-image:url("../img/coffee_beans_in_cup.jpg");
background-repeat:no-repeat;
background-position:right;
font-size: 2em;
font-weight: bold;
}


body {
background-color: fireBrick;
}

.footer {
background-image:url("../img/food_030.jpg");
min-height: 120px;
min-width: 1200px;
}
Binary file added img/coffee_beans_in_cup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/food_030.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8db66c

Please sign in to comment.