style tweaks

This commit is contained in:
Ronnie Roller 2020-02-03 21:10:54 -08:00
parent 13cce6cd87
commit 2f5d2c84f0
2 changed files with 20 additions and 2 deletions

View file

@ -2,10 +2,19 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>media-roller</title> <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" <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style>
body {
background-color: #43464a;
}
.container {
height: 100vh;
}
</style>
</head> </head>
<body style="background-color: #43464a"> <body>
<div class="container d-flex flex-column text-light text-center"> <div class="container d-flex flex-column text-light text-center">
<div class="flex-grow-1"></div> <div class="flex-grow-1"></div>
<div class="jumbotron bg-transparent flex-grow-1"> <div class="jumbotron bg-transparent flex-grow-1">

View file

@ -2,10 +2,19 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>media-roller</title> <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" <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style>
body {
background-color: #43464a;
}
.container {
height: 100vh;
}
</style>
</head> </head>
<body style="background-color: #43464a"> <body>
<div class="container d-flex flex-column text-light text-center"> <div class="container d-flex flex-column text-light text-center">
<div class="flex-grow-1"></div> <div class="flex-grow-1"></div>
<div class="jumbotron bg-transparent flex-grow-1"> <div class="jumbotron bg-transparent flex-grow-1">