playing around with colors
This commit is contained in:
12
custom.css
12
custom.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user