Abraham Garcia in HTML/CSS Script   Friday, March 23 2018

How to Center Bootstrap Navigation

A short snippet to center bootstrap navigation.

This is a short code snippet on how to center bootstrap navigation.  .navbar .navbar-nav { display: inline-block; float: none; } .navbar .navbar-collapse { text-align: center; } Source: https://stackoverflow.com/questions/21980660/align-bootstrap-navigation-to-center 

Continue reading
Abraham Garcia in HTML/CSS Script   Wednesday, May 17 2017

BootStrap Media Queries and Break Points

These are the BootStrap media queries breakpoints use this as reference to know the different breakpoints in bootstrap 3 and 4.

In BootStrap 3 these are the break-points. @media(max-width:767px){} @media(min-width:768px){} @media(min-width:992px){} @media(min-width:1200px){} In BootStrap 4 these are the break-points.  @media(min-width:576px){} @media(min-width:768px){} @media(min-width:992px){} @media(min-width:1200px){} StackOverflow Source: http://stackoverflow.com/questions/18424798/twitter-bootstrap-3-how-to-use-media-queries 

Continue reading
Abraham Garcia in HTML/CSS Script   Tuesday, November 17 2015

Best Couses to Learn HTML Free

Learn HTML with free resources. This is a list of the free tutorials for HTML and CSS online. Take advantage and learn HTML today

Learning HTML can be frustrating at first, but we would like to help. This is a short list of the best couses to learn HTML for Free.  FREE LESSONS HTML

Continue reading
Abraham Garcia in HTML/CSS Script   Sunday, November 30 2014

How to Share on Facebook and Twitter

Sharing on Facebook and Twitter with sharer.php is a tool all developers should know. Since most of our clients are going social this is something you should learn.

As the world becomes more social developers are required to know how to share links on Facebook, twitter, and other social networks. I have written this to show developers how

Continue reading
Abraham Garcia in HTML/CSS Script   Sunday, November 23 2014

Nice Interactive Restaurant Menu

This is an interactive restaurant menu made with HTML, CSS, and jQuery. This was made to be in a large touchscreen for customers to learn about the menu.

This is a interactive restaurant menu made with HTML, CSS, and jQuery. The cool thing about this menu is the animation after you click on the menu item it gives

Continue reading