Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week2 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Week2 #4

wants to merge 1 commit into from

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