Переделать код

150 руб. за проект
21 октября 2020, 12:47 • 2 отклика • 46 просмотров
Переделать код что бы не сбивались стили всего сайта.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/style.css">
<link href="img/" rel="shortcut icon" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title></title>
</head>
<body>
<div class="social-link-block_wrapper">
<div class='social-link-block social-link-block_tg'>
<i class="fa fa-telegram"></i>
<h2>Канал в Telegram 1k+</h2>
</div>


<div class='social-link-block social-link-block_vk'>
<i class="fa fa-vk"></i>
<h2>Сообщество ВК 30+</h2>
</div>


<div class='social-link-block social-link-block_fb'>
<i class="fa fa-facebook"></i>
<h2>Страница Facebook 30+</h2>
</div>
</div>
<script src="js/main.js"></script>

<style>@import url('../fonts/roboto/roboto.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
text-decoration:none;
list-style: none;
white-space: normal;
box-sizing: border-box;
word-wrap:break-word;
}
img {
max-width: 100%;
}

body {
font-family: 'Roboto', sans-serif;
display: grid;
justify-content: center;
justify-items: center;
grid-gap: 30px;
padding: 50px;
}


.social-link-block_wrapper{
font-family: 'Roboto', sans-serif;
display: grid;
justify-content: center;
justify-items: center;
grid-gap: 20px;
padding: 50px;
}


.social-link-block{
width: 305px;
height: 73px;
border: 3px #fff dashed;
color: #fff;
font-size: 17px;
padding: 15px 30px 15px 30px;
display: grid;
grid-template-columns: 40px auto;
align-items: center;
grid-gap: 10px;


font-family: "Roboto", Sans-serif;
font-size:17px;
font-weight: normal;
text-transform: none;
text-decoration: none;
line-height: .1em;
text-shadow: 100px 100px 100px rgba(0,0,0,0.3);
background-color: #0088CC;
border-style: dotted;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
border-radius:5px;
user-select: none;
white-space:normal;
vertical-align:middle;
transition: all 0.4s ease;
cursor: pointer;
box-sizing:border-box;
}




.social-link-block i{
font-size: 35px;
}


.social-link-block_tg{
background: #0188cc;
}


.social-link-block_vk{
background: #4e7198;
}


.social-link-block_fb{
background: #3c5a98;
}
</style>
</body>
</html>
Отзывы
Avatar r50 a6ce93fe35b158fd29ba0e8681c918c22117160e9586a56eee4ffbc20df9bda1
Заказчик
Спасибо
3 года назад