You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
657 B
CSS
48 lines
657 B
CSS
body{
|
|
background-image: url('img/bg4.jpg');
|
|
}
|
|
|
|
h2{
|
|
text-align: center;
|
|
font-family: "Lucida Console", "Courier New", monospace;
|
|
font-size:30px;
|
|
color:#8000FF;
|
|
}
|
|
|
|
h3{
|
|
text-align: center;
|
|
font-family: "Lucida Console", "Courier New", monospace;
|
|
font-size:18px;
|
|
color:#686868 ;
|
|
}
|
|
|
|
.box1{
|
|
background-image: url('img/bg3.jpg');
|
|
width:80%;
|
|
margin: auto;
|
|
}
|
|
|
|
.center{
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
.code{
|
|
text-align: center;
|
|
display: block;
|
|
border:dotted 4px;
|
|
border-color:#0019FF;
|
|
width:80%;
|
|
margin:auto;
|
|
color:#0019FF;
|
|
font-size:15px;
|
|
font-family: "Lucida Console", "Courier New", monospace;
|
|
}
|
|
|
|
.spr{
|
|
width:80%;
|
|
}
|
|
|
|
u{
|
|
font-size:30px;
|
|
color:#8000FF;
|
|
} |