Skip to content

Commit

Permalink
Centering the content.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 25, 2019
1 parent 6d3a38a commit 3de800f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code-samples/09-Spring/simple-html-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
</head>
<body>
<div class="container">
<p class="greeting-id">The ID is: </p>
<p class="greeting-content">The content is: </p>
<center>
<p class="greeting-id">The ID is: </p>
<p class="greeting-content">The content is: </p>
</center>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="main.js"></script>
Expand Down

0 comments on commit 3de800f

Please sign in to comment.