подключить онлайн





css/style.css
  • * {
  •  margin: 0;
  •  padding: 0;
  • }
  •  
  • .a {
  •  height: 400px;
  •  width: 400px;
  •  position: absolute;
  •  top: 50%;
  •  left: 50%;
  •  margin-top: -200px;
  •  margin-left: -200px;
  •  background-color: #3BA9DE;
  •  color: #FFF;
  •  font-size: 56px;
  •  text-align: center;
  •  line-height: 400px;
  • }
  • * {
  •  margin: 0;
  •  padding: 0;
  • }
  •  
  • .a {
  •  height: 400px;
  •  width: 400px;
  •  position: absolute;
  •  top: 50%;
  •  left: 50%;
  •  margin-top: -200px;
  •  margin-left: -200px;
  •  background-color: #3BA9DE;
  •  color: #FFF;
  •  font-size: 56px;
  •  text-align: center;
  •  line-height: 400px;
  • }


index.html
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  •  <link href="css/style.css" rel="stylesheet" />
  •  <!-- include online -->
  •  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
  • </head>
  • <body>
  •  <script>
  •   $(document).ready(function() {
  •    $('body').prepend($('<div>', {id: 'd0', text: 'Hello World!'}));
  •    $('#d0').addClass('a');
  •   });
  •  </script>
  • </body>
  • </html>
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  •  <link href="css/style.css" rel="stylesheet" />
  •  <!-- include online -->
  •  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
  • </head>
  • <body>
  •  <script>
  •   $(document).ready(function() {
  •    $('body').prepend($('<div>', {id: 'd0', text: 'Hello World!'}));
  •    $('#d0').addClass('a');
  •   });
  •  </script>
  • </body>
  • </html>