пофиксить, что можно
Ответ на вызов, может кто искал решение. Результат 100 из 100
body {
width: 550px;
margin: 0;
padding: 0 10px;
font-family: “Arial”, sans-serif;
font-size: 26px;
}
i {
font-weight: bold;
text-transform: uppercase;
font-style: normal
}
b {
font-style: italic;
font-weight: normal;
}
del {
text-decoration: underline;
}
ins {
text-decoration: line-through;
}
2 лайка
старое решение, на нынешний момент не действителен
body {
width: 350px;
margin: 0;
padding: 0 20px;
font-size: 20px;
font-family: “Arial”, sans-serif;
}
p {
white-space: pre-wrap;
}
1 лайк
body {
font-family: "Arial", sans-serif;
font-size: 26px;
width: 550px;
margin: 0;
padding: 0 10px;
}
p {
white-space: pre-wrap;
}
i {
font-weight: bold;
font-style: normal;
text-transform: uppercase;
}
b {
font-weight: normal;
font-style: italic;
}
del {
text-decoration: underline;
}
ins {
text-decoration: line-through;
}