Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
body {
|
||||
background-image: url("../img/pattern.svg");
|
||||
}
|
||||
|
||||
.string {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.number {
|
||||
color: darkorange;
|
||||
}
|
||||
|
||||
.boolean {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.null {
|
||||
color: magenta;
|
||||
}
|
||||
|
||||
.key {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.hero_button {
|
||||
background-color: #0a165c !important;
|
||||
color: #fff !important;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
.hero_button:hover {
|
||||
background-color: #6074ed !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=landing.css.map*/
|
||||
Reference in New Issue
Block a user