„index.html“ ändern
This commit is contained in:
parent
d4e6500045
commit
ddfb497199
10
index.html
10
index.html
@ -2,7 +2,13 @@
|
||||
<html lang="en">
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
background: rgb(46,49,64);
|
||||
background: -moz-radial-gradient(circle, rgba(46,49,64,1) 0%, rgba(22,22,22,1) 80%);
|
||||
background: -webkit-radial-gradient(circle, rgba(46,49,64,1) 0%, rgba(22,22,22,1) 80%);
|
||||
background: radial-gradient(circle, rgba(46,49,64,1) 0%, rgba(22,22,22,1) 80%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3140",endColorstr="#161616",GradientType=1);
|
||||
}
|
||||
</style>
|
||||
|
||||
<head>
|
||||
@ -47,7 +53,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="column" style="margin-top: 10%">
|
||||
<div class="gradient"></div>
|
||||
|
||||
|
||||
<!-- Your Image Here -->
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user