update all the css

master
azekillDIABLO 2017-06-18 18:40:50 +02:00
parent 5522f63d6f
commit ae848ee63e
3 changed files with 32 additions and 7 deletions

View File

@ -1,5 +1,10 @@
html{
text-align: center;
text-align: center;
background: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
margin: 30;
@ -8,7 +13,6 @@ text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png);
}
p {text-align: left;}
h1
@ -61,4 +65,5 @@ background-repeat:no-repeat;
{
text-align:center;
display:block;
margin:auto
}

View File

@ -1,5 +1,10 @@
html{
text-align: center;
text-align: center;
background: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
margin: 30;
@ -8,7 +13,6 @@ text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png);
}
p {text-align: left;}
h1
@ -51,9 +55,15 @@ background-color:#F7e5e3;
blockquote {
font-size:16px;
text-align:left;
width:800px;
width:1000px;
color:#0A25FF;
padding:12px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}
.middle
{
text-align:center;
display:block;
margin:auto
}

View File

@ -1,5 +1,10 @@
html{
text-align: center;
text-align: center;
background: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
margin: 30;
@ -8,7 +13,6 @@ text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png);
}
p {text-align: left;}
h1
@ -57,3 +61,9 @@ padding:12px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}
.middle
{
text-align:center;
display:block;
margin:auto
}