<button data-knopka="knopka1">Knopka</button>
<button data-knopka="knopka2">Knopka2</button>
<button data-knopka="knopka3">Knopka3</button>
$('button').click(function() {
$('form input[type=hidden]').val($(this).attr('data-knopka'));
});
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?t475wf');
src: url('../fonts/icomoon.eot?t475wf#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?t475wf') format('truetype'),
url('../fonts/icomoon.woff?t475wf') format('woff'),
url('../fonts/icomoon.svg?t475wf#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-iconmonstr-infinity-1:before {
content: "\e900";
font-size: 40px;
background: #fff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.footer {
width: 100%;
height: 190px;
background-color: #FB7DA4;
background-image: linear-gradient(to right, #FBA9A2, #FB7DA4);
text-align: center;
}
h1 a {
position: relative;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-size: 1.8rem;
color: #fff;
top: 34px;
}
h1 a span {
font-size: 1.8rem;
font-weight: 300;
}
text-align: center;
Этот лого нужно выровнить по центру.
Скрины, код, хоть что-то?
Хотите помощи - формулируйте вопрос как можно более точно.
Задайте себе этот вопрос, какой ответ вы ждёте?