Skip to content

Conversation

@roilev
Copy link

@roilev roilev commented Feb 6, 2017

Hi Calli,
I am currently facing positioning problems:

  • I am not sure how to change the position of the buttons using Bootstrap. I tried to use columns but when I do that each icon gets its own row.
  • I am not sure how to align the Logo to the center of the screen.

I will also need to embed camera feed and maps in my app and I wonder if I should use HTML or JS for that?

Thanks,
Roi

@callihiggins
Copy link
Contributor

callihiggins commented Feb 9, 2017

Hi @roilev-

This depends on where you want your buttons. Bootstrap has a pretty cool class called pull-right that you can add to the buttons if you want them all the way to the right:

image

You can actually align the logo easily but not using bootstrap columns, and just adding a text-align: center to the .jumbotron:

image

Hold off on the camera feed until next week :) As for the map- google maps has an API that's pretty easy to work with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants