“BOOTSRAP Divider” Kod odpowiedzi

BOOTSRAP Divider

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<p>
   Some text
   <hr/>
   More text
</p>
Charming Cardinal

BOOTSRAP Divider

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
Charming Cardinal

Odpowiedzi podobne do “BOOTSRAP Divider”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu