|
|
@ -7,11 +7,16 @@
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
margin: 5%;
|
|
|
|
margin: 5%;
|
|
|
|
background: rgb(2,0,36);
|
|
|
|
background: radial-gradient(circle, rgb(2,100,200) 0%, rgb(118,100,200) 50%, rgba(200,100,200) 100%);
|
|
|
|
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(118,9,121,1) 35%, rgba(102,0,255,1) 100%);
|
|
|
|
color: #BCF;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2 {
|
|
|
|
|
|
|
|
color: #EEE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
color: #FFF;
|
|
|
|
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|