순식간에 선크스 페이지 만들기 (Bootstrap)
순식간에 thanks_page 만들기 (Bootstrap)
뭔가 form을 송신한 후에, 천이처의 thanks 페이지의 샘플이 있으면 좋을까라고 생각, 기술.
css를 작성하지 않고도 할 수 있습니다.
head 태그 안에 잊지 않도록. bootstrap 로드
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
bootstrap 로드
jumbotron(점보트론)에서는, 히어로 유닛 스타일의 컨텐츠를 표시할 수 있습니다. 점보트론을 사용하는 방법의 예를 보여줍니다.
선택적으로 전체 viewport를 확장하여 사이트에 주요 마케팅 메시지를 표시할 수 있습니다.
아래 참고
htps : // 게이 t보오 tst et al p. jp/도 cs/4.3/코 m포넨 ts/쥬 m보 t론/
source code
<div class="jumbotron text-center">
<h1 class="display-3">Thank You!</h1>
<p class="lead"><strong>Please check your email</strong> for further instructions on how to complete your account setup.</p>
<hr>
<p>
Having trouble? <a href="">Contact us</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-sm" href="https://bootstrapcreative.com/" role="button">Continue to homepage</a>
</p>
</div>
Reference
이 문제에 관하여(순식간에 선크스 페이지 만들기 (Bootstrap)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kouta103177/items/c106ebf6da1b26b79e6f
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<div class="jumbotron text-center">
<h1 class="display-3">Thank You!</h1>
<p class="lead"><strong>Please check your email</strong> for further instructions on how to complete your account setup.</p>
<hr>
<p>
Having trouble? <a href="">Contact us</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-sm" href="https://bootstrapcreative.com/" role="button">Continue to homepage</a>
</p>
</div>
Reference
이 문제에 관하여(순식간에 선크스 페이지 만들기 (Bootstrap)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kouta103177/items/c106ebf6da1b26b79e6f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)