Skip to content

Commit

Permalink
Updated web app to correctly display 9 items and css to suppor it
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Jun 27, 2021
1 parent 190a7be commit 99d4a6d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions app/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,48 @@ body {
z-index:30;
}

#channel4{
position: absolute;
left: 398px;
top: 245px;
z-index:30;
}

#channel5{
position: absolute;
left: 541px;
top: 245px;
z-index:30;
}

#channel6{
position: absolute;
left: 683px;
top: 245px;
z-index:30;
}

#channel7{
position: absolute;
left: 398px;
top: 354px;
z-index:30;
}

#channel8{
position: absolute;
left: 541px;
top: 354px;
z-index:30;
}

#channel9{
position: absolute;
left: 683px;
top: 354px;
z-index:30;
}

h1 {
font-size: 4em;
color: #3e5763;
Expand Down
Binary file modified app/images/brightscript-tv.png
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 99d4a6d

Please sign in to comment.