Dream-Blocks/style.css

69 lines
1.3 KiB
CSS
Raw Normal View History

2017-06-16 07:46:48 -07:00
html{
2017-06-18 09:40:50 -07:00
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;
2017-06-16 07:46:48 -07:00
}
body {
margin: 30;
padding: 10;
text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
}
p {text-align: left;}
h1
{
position:relative;
color:#0000FF;
text-align:center;
font-size:50px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
2017-06-17 08:15:00 -07:00
h2
{
position:relative;
color:#0000FF;
text-align:center;
font-size:30px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
h3
{
position:relative;
color:#0000FF;
text-align:center;
font-size:25px;
font-family:"Lucida Console", Courier, monospace;
}
2017-06-16 07:46:48 -07:00
button
{
position:relative;
color:#0000FF;
text-align:center;
font-size:20px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
2017-06-17 07:46:57 -07:00
}
blockquote {
2017-06-17 08:15:00 -07:00
font-size:16px;
text-align:left;
2017-06-18 08:59:50 -07:00
width:1000px;
2017-06-17 08:15:00 -07:00
color:#0A25FF;
2017-06-18 03:15:53 -07:00
padding:12px;
2017-06-17 07:46:57 -07:00
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
2017-06-17 08:16:31 -07:00
}
2017-06-18 09:40:50 -07:00
.middle
{
text-align:center;
display:block;
margin:auto
}