Update styles.css
This commit is contained in:
parent
340d58173e
commit
f8765fa35d
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
|
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
|
||||||
color: white;
|
color: white;
|
||||||
|
background-image: url(../images/bck.jpg);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue