Jump to content

Recommended Posts

Posted

Meniu flat folosind css, legaturi si awesome font.

 

CSS:

#flatmenu {
    background: #3498db;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

#flatmenu a {
    padding: 0px 10px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: sans-serif;
    text-decoration: none;
    display: table-cell;
}

#flatmenu a:hover {
    background: #2980b9;
}

.first {
    padding: 0px 15px;
    background: #2980b9;
    font-size: 13px;
}

HTML:

<html>
   <head>
       <title>FLAT MENU</title>
       <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
   </head>

<body>
<div id="flatmenu">
    <a href="#" class="first"><i class="fa fa-home first"></i></a>
    <a href="#">Pagina 1</a>
    <a href="#">Pagina 2</a>
    <a href="#">Pagina 3</a>
    <a href="#">Pagina 4</a>
    <a href="#">Pagina 5</a>
</div>
</body>

</html>

Preview:

PCfUbyY.png

 

 

*Meniul nu este luat de pe internet, este facut de mine. Sper sa va fie de folos.

  • Upvote 1

www.evict.ro

EVICTro

loading1.gif

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.