デザイン01

背景画像

プロフィール画像

ここに名前が入ります。

ホームページデザイン、ECサイトデザインなどWEB制作のトータルサポートを行っております。ホームページ制作やネットショップ運営代行などwebに関するご相談・お見積は、お気軽にお問い合わせください。

ボタン文言が入ります。

HTML

背景画像

プロフィール画像

ここに名前が入ります。

ここにプロフィール説明文が入ります。

ボタン文言が入ります。

CSS
.profile .prof-img{
    margin:0;
}
.profile .prof-img_icon{
    width:100px;
    height:100px;
    border-radius:50%;
    overflow: hidden;
    border:4px solid #fff;
    margin:-50px auto 0 auto;
}
.profile .name{
    padding:0 15px;
    text-align: center;
    font-size:18px;
    font-weight:500;
    /*color:#249bd2;*/
    margin:14px 0;
}
.profile .icon{
    margin:14px 0 0 0;
    text-align: center;
    padding:0 15px;
}
.profile .icon li{
    display: inline-block;
    margin:0 2px;
    width:45px;
    height:45px;
    line-height:45px;
    text-align: center;
    font-size:22px;
    border-radius: 50%;
    background-color: #6cc655;
}
.profile .icon li a{
    display: block;
    color:#fff;
}
.profile .icon li.facebook{
    background:#3b5998;
}
.profile .icon li.twitter{
    background:#55acee;
}
.profile .icon li.of_site{
    background: #f0ad4e;
}
.profile .icon li.insta{
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
.profile .irai_btn{
    margin:20px auto 0 auto;
}
.profile .irai_btn a{
    display: block;
    width: 270px;
    height: 55px;
    line-height: 50px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #4ba9d4;
    border-bottom: solid 5px #2c86af;
    border-radius: 5px;
    margin: 0 auto;
}
.profile .irai_btn a:active{
    margin-top: 6px;
    border-bottom: none;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
.profile .irai_btn a:hover {
    background-color: #f9c500;/*ボタン色*/
    border-bottom: solid 6px #f39800; /*下線色*/
}