playing around with colors
This commit is contained in:
12
custom.css
12
custom.css
@@ -7,11 +7,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.rgba-gradient {
|
.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 {
|
.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 {
|
.card {
|
||||||
@@ -35,10 +35,16 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.black-background {background-color:#ffffff;}
|
.black-background {background-color:#ffffff;}
|
||||||
.white {color:#000000;}
|
.white {color:#ffffff;}
|
||||||
|
.black {color:#000000;}
|
||||||
|
|
||||||
|
|
||||||
.about white {
|
.about white {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.a {
|
||||||
|
text-decoration:none;
|
||||||
|
color:red;
|
||||||
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ def generate_div(data):
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-content-center border-0">
|
<div class="row justify-content-center border-0">
|
||||||
<div class="col-xl-12 mt-5">
|
<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">
|
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
|
||||||
<social class="white">
|
<social class="white">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user