Adding Some CSS Style
parent
5fd2079f1e
commit
bd2622b7a0
|
@ -8,12 +8,6 @@
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
|
||||||
<style>
|
|
||||||
body{
|
|
||||||
background-image: url("https://i.ibb.co/4ppHK12/13890544.jpg");
|
|
||||||
background-position: left center;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% block css %}
|
{% block css %}
|
||||||
|
|
||||||
{% endblock css %}
|
{% endblock css %}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,6 @@
|
||||||
|
body{
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
.text-on-header{
|
.text-on-header{
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'Pacifico', cursive;
|
font-family: 'Pacifico', cursive;
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.text_on_image{
|
.text_on_image{
|
||||||
color:white;
|
color:white;
|
||||||
|
@ -30,6 +33,7 @@ a:hover{
|
||||||
/* background-size: cover; */
|
/* background-size: cover; */
|
||||||
background-position: center;
|
background-position: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border: 3px solid white;
|
||||||
}
|
}
|
||||||
.text-contained-img-bar{
|
.text-contained-img-bar{
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -37,6 +41,7 @@ a:hover{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
border: 5px solid white;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
|
Loading…
Reference in New Issue