Skip to content

Commit 0bdab7f

Browse files
committed
css test
1 parent 9cfa363 commit 0bdab7f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hello/templates/base.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
66
<script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
77
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
8+
<style type="text/css">
9+
.jumbotron{background:#532f8c;color:white;padding-bottom:80px}.jumbotron .btn-primary{background:#845ac7;border-color:#845ac7}.jumbotron .btn-primary:hover{background:#7646c1}.jumbotron p{color:#d9ccee;max-width:75%;margin:1em auto 2em}.navbar+.jumbotron{margin-top:-20px}.jumbotron .lang-logo{display:block;background:#b01302;border-radius:50%;overflow:hidden;width:100px;height:100px;margin:auto;border:2px solid white}.jumbotron .lang-logo img{max-width:100%}
10+
11+
12+
</style>
813
</head>
914
<body>
1015
<nav class="navbar navbar-default navbar-static-top navbar-inverse">

0 commit comments

Comments
 (0)