Skip to content

Commit

Permalink
added style
Browse files Browse the repository at this point in the history
  • Loading branch information
youphendriks committed Jul 29, 2024
1 parent 7051b49 commit 40e0461
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<title>cloud | VHP4Safety docs</title>
<link rel="shortcut icon" type="image/x-icon" href="/ascension.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#myDIV {
width: 100%;
padding: 50px 0;
text-align: center;
background-color: lightblue;
margin-top: 20px;
}
</style>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Expand All @@ -25,6 +34,7 @@
<div id="myDIV">Some info</div>
<button onclick="toggleText()">Click here</button>
<div>Some more info</div>
<p>Some more info</p>

<div class="footer">Footer info</div>

Expand Down

0 comments on commit 40e0461

Please sign in to comment.