playing around with colors

This commit is contained in:
2021-11-23 18:03:38 +01:00
parent 574d24b636
commit f467741c09
2 changed files with 10 additions and 4 deletions

View File

@@ -7,11 +7,11 @@
*/
.rgba-gradient {
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7) 100%);
background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 100%);
}
.rgba-gradient:hover {
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8) 100%);
background: -webkit-linear-gradient(45deg, rgba(40, 30, 0, 0.6), rgba(127, 108, 0, 0.3) 100%);
}
.card {
@@ -35,10 +35,16 @@ input {
}
.black-background {background-color:#ffffff;}
.white {color:#000000;}
.white {color:#ffffff;}
.black {color:#000000;}
.about white {
color: white;
font-size: 14px;
}
.a {
text-decoration:none;
color:red;
}

View File

@@ -20,7 +20,7 @@ def generate_div(data):
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="{}">
<a style="text-decoration:none; color:red;" href="{}">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">