-

   rss_rss_hh_new

 - e-mail

 

 -

 LiveInternet.ru:
: 17.03.2011
:
:
: 51

:


[ ] . ,

, 14 2017 . 17:33 +
, , .
.

. .

HTML

menu

CSS

.bl_button__wrapp{
  width: 100%;
  margin: 5% auto;
  font-size: 30px;
  line-height: 34px;
  color: blue
}
.bl_button{
  position: relative;
  width: 150px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #00f;
  cursor:pointer;
}

.fa-bars{
  position: absolute;
  left: 10px;
  font-size: 34px;
}
.bl_button__text{
  display: inline-block;
}


See the Pen bad button by Andry Zirka (@BlackStar1991) on CodePen.

. . , FontAwesome
, . position:absolute; . , .

( FontAwesome).

HTML



CSS

.button_menu{
  width: 280px;
  margin-top: 5%;
  margin-left: 4%;

  font-size: 4em;
  color: blue;
  border: 1px solid #00f;
  
  outline:none; /*       */
  background:none;  /*       */
}

.button_menu__text{
  position:relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}
.button_icon__menu:before{
  content: "\f0c9";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 14px;
}

See the Pen good button by Andry Zirka (@BlackStar1991) on CodePen.



.

1) . ( ).

2) . div( ) , button * , Apple type=button .

3) span button . (* display: ).

4) , :before (:after) . span position:relative; (! , ).

5) span, , , .

6) , , (SASS, SCSS, LESS...), .

: ( ).

1) button , .

outline:none; 
 background:none; 
 border:none; 

2) (span) , :before :after.

3) , , FontAwesome, , Unicode



fa fa-bars.

4) CSS ,



4-5 , Welcome.
Original source: habrahabr.ru (comments, light).

https://habrahabr.ru/post/335632/

:  

: [1] []
 

:
: 

: ( )

:

  URL