custom css

This commit is contained in:
Timendum 2016-02-23 16:41:24 +01:00
parent c3e19afe23
commit ef47d0e829
2 changed files with 9 additions and 0 deletions

8
css/custom.css Normal file
View file

@ -0,0 +1,8 @@
/* Custom CSS */
.footer {
position: fixed;
bottom: 20px;
width: 100%;
height: 40px;
background-color: #f5f5f5;
}

View file

@ -5,6 +5,7 @@
<title>Youtube-dl WebUI</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./custom.css">
</head>
<body>
<div class="navbar navbar-default">