Dream-Blocks/style.css

60 lines
1.1 KiB
CSS
Raw Normal View History

2017-06-16 07:46:48 -07:00
html{
text-align: center;
}
body {
margin: 30;
padding: 10;
text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
2017-06-17 07:46:57 -07:00
background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png);
2017-06-16 07:46:48 -07:00
}
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;
width:800px;
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
}