Search
 
SCRIPT & CODE EXAMPLE
 

CSS

centering icons in footer

/* <footer>
	<ul>
    	<li>&#104;</li>
        <li>&#105;</li>
        <li>&#33;</li>
	</ul>
  </footer> */

footer{
  display:flex;
}

footer ul{
  justify-content:center;
  text-align:center;
}

footer ul li{
  display:inline-block;
 }
Comment

PREVIOUS NEXT
Code Example
Css :: step 54 freecodecamp rwd 
Css :: scroll down style 
Css :: cabin font download 
Css :: ubuntu toggle always on top 
Css :: make changes to api fetch onclick in react 
Css :: semi transparent btn 
Css :: shrouded 
Css :: immagini con transizioni css bootstrap 
Css :: gh: stop using --force !!! 
Css :: screen only in css 
Css :: navbar link goes down more than expected 
Css :: anchor links scrolling too far 
Css :: many className module css 
Css :: css code for flash messages flask 
Css :: flex box divs squeeze together 
Css :: iterating data font size as to be decreased in Angular by using css 
Css :: responsive text size 
Css :: textbreak for long text 
Css :: angular set encapsulated body to full height 
Css :: tf.reduce_mean(y_true,y_predicted) 
Css :: how to remove table border in css for last child if rowspan 
Css :: how to use scss loops for icons 
Css :: 3d trapezoid 
Css :: Background Image Accessibility concerns 
Css :: TRANSFORM ELEMENT 
Css :: foreach and if condition in qweb 
Css :: what is a trailling widget in flutter 
Css :: remove line breaks css 
Css :: css selector list 
Css :: How to truncate a multiline text using css 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =