UNPKG

sbp-byggpaket-node

Version:
42 lines (38 loc) 1.14 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>SBP informationspaket</title> <link rel="stylesheet" href="css/style.css"> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <style> body { background-color: #e8e8e8; } .paper { background-color: white; box-shadow: 5px 5px 30px #888888; margin-top: 20px; margin-bottom: 20px; padding: 20px; } </style> </head> <body> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="paper"> $body$ </div> </div> </div> </div> </body> </html>