Abraham Garcia in Web Design   Saturday, July 15 2017

5 Web Designs Trends for 2017

Web Design is constantly changing, but here is a list of 5 web design trends that we believe will stick for a couple of years.

1. Layouts that Let Content Shine Design has become very flat now and we expect 2017 to continue in this conversation with minimalistic layouts that let content shine.  2. Big

Continue reading
Abraham Garcia in Fun Stuff   Tuesday, June 20 2017

How to Build a Free Facebook Bot

Chat Fuel is a Free Tool to Create Facebook Bot without any programming language. It has an easy to use graphical interface to create your responses to users.

While looking on how to create a Facebook Bot i came across a company that allows you to create Facebook Bots for Free in a Graphical Interface with not programming

Continue reading
Abraham Garcia in Free Templates   Thursday, May 18 2017

Free Restaurant HTML Template in BootStrap

This is a basic 6 page template developed in BootStrap for Restaurant Websites. You are free to download this theme and use it your projects.

Free HTML Template for Restaurant Developed in BootStrap A basic 6 page website written for Restaurant Websites. It includes Home, About, Menu, Gallery, Reservatations, and Contact Us. All files are

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