Domanda

Well I have a sticky footer and on the sticky footer I have (trying to implement them) icons. I've tried getting the first icon which is the home on the far left, but nothing worked. By nothing I mean playing with the margins, padding, and float. So here's my first question. How can I have the home icon on the left. About 5px to the left. And my second is how can I take these icons and line them up side to side. I've also tried a variety of things but none seemed to work. Here's my code. Any help would be much appreciated.

È stato utile?

Soluzione

Just change the css for the home icon:

.icon-home{
  color: #fff;
  position:absolute;
  right:5px;
}
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top