style tweaks
This commit is contained in:
parent
13cce6cd87
commit
2f5d2c84f0
2 changed files with 20 additions and 2 deletions
|
|
@ -2,10 +2,19 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>media-roller</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<style>
|
||||
body {
|
||||
background-color: #43464a;
|
||||
}
|
||||
.container {
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-color: #43464a">
|
||||
<body>
|
||||
<div class="container d-flex flex-column text-light text-center">
|
||||
<div class="flex-grow-1"></div>
|
||||
<div class="jumbotron bg-transparent flex-grow-1">
|
||||
|
|
|
|||
|
|
@ -2,10 +2,19 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>media-roller</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<style>
|
||||
body {
|
||||
background-color: #43464a;
|
||||
}
|
||||
.container {
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-color: #43464a">
|
||||
<body>
|
||||
<div class="container d-flex flex-column text-light text-center">
|
||||
<div class="flex-grow-1"></div>
|
||||
<div class="jumbotron bg-transparent flex-grow-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue