Skip to content

Instantly share code, notes, and snippets.

@JexeI
Created November 1, 2016 16:53
Show Gist options
  • Save JexeI/52cefdc2bf5429589c215bb924671a7a to your computer and use it in GitHub Desktop.
Save JexeI/52cefdc2bf5429589c215bb924671a7a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>
<script src="https://use.fontawesome.com/985ae137b1.js"></script>
</head>
<body background="https://avicus.net/assets/bg/pattern.png">
<div class="container" style="background-image: url(https://avicus.net/assets/bg/pattern.png);"> <!--Background-->
<div class="jumbotron text-center" style="margin:0;background-image:url(http://i58.tinypic.com/kcmfsz.png);border-width:2px;border-style:solid;border-color:#eeeee;opacity:0.78">
<h1 style="color:Red ">I am your King</h1>
<p>This part is inside a .container class.</p>
<p>The .container class provides a responsive fixed width container.</p>
<div class="jumbotron text-center" style="background-image:url(http://s7.postimg.org/dr4ikcfbf/TEq_Xurb_jpg_1.jpg);background-attachment:fixed;background-repeat:no-repeat;background-position:center;margin:0;">
testi
<div class="jumbotron text-center" style="margin:0;background-image:url(http://oi62.tinypic.com/1z6cavq.jpg);border-width:2px;border-style:solid;border-color:#eeeee;opacity:0.1">
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment