Jump to content

Recommended Posts

Posted (edited)

Decat sa comentati aiurea mai bine ati ajuta omul ;) 

on: In sectiunea 

col_c_icon i { 

adaugi : 
    border-radius: 3px 20px;

sau unde ai pus tu codul de la icons

Edited by Dang3r
  • Upvote 1
  • Downvote 1
Posted (edited)

Nu e lamaie ma, e border-radius

 

PS:     sub .col_c_icon i {

bagi asta     border-radius: 3px 20px;

Edited by naRf™
Posted
  On 2/10/2016 at 6:59 PM, Dang3r said:

Decat sa comentati aiurea mai bine ati ajuta omul ;) 

on: In sectiunea 

col_c_icon i { 

adaugi : 
    border-radius: 3px 20px;

sau unde ai pus tu codul de la icons

Expand  

 

  On 2/10/2016 at 7:00 PM, naRf™ said:

Nu e lamaie ma, e border-radius

 

PS:     sub .col_c_icon i {

bagi asta     border-radius: 3px 20px;

Expand  

.col_c_icon i {   Nu am asa ceva l-am adaugat la ce mi-a dat courage in tutorial nimic!!

.icon_awesome_forum_necitit {
    text-align: center;
    font-size: 25px;
    color: #eee;
   border-radius: 3px 20px; 
}

.icon_awesome_forum_citit {
    text-align: center;
    font-size: 25px;
    color: #444;
    border-radius: 3px 20px; 
}

 

          76561198331386503.pngAddFriend.png

Posted
  On 2/10/2016 at 9:20 PM, JuNNNNkie said:

 

.col_c_icon i {   Nu am asa ceva l-am adaugat la ce mi-a dat courage in tutorial nimic!!

.icon_awesome_forum_necitit {
    text-align: center;
    font-size: 25px;
    color: #eee;
   border-radius: 3px 20px; 
}

.icon_awesome_forum_citit {
    text-align: center;
    font-size: 25px;
    color: #444;
    border-radius: 3px 20px; 
}

 

Expand  

Adauga asta in css la sfarsit

 

.col_c_icon i {
    font-size: 19px;
    background: rgba(0,0,0,0.1);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px 20px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #eee;
}

 

.notnew .col_c_icon i {
    font-size: 19px;
    background: rgba(0,0,0,0.1);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px 20px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #555;
    transition: all .5s ease-in-out;
}

  • Upvote 1

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.