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.
36 lines
508 B
CSS
36 lines
508 B
CSS
5 years ago
|
body{
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
div{background-image: url("https://i.ytimg.com/vi/d96Knr0DAmU/maxresdefault.jpg");
|
||
|
position: relative;
|
||
|
width: 3000px;
|
||
|
height: 2000px;
|
||
|
margin-top: -500px;
|
||
|
border: 2px solid green;
|
||
|
cursor: all-scroll;
|
||
|
}
|
||
|
|
||
|
pre{
|
||
|
border-radius: 25px;
|
||
|
position: absolute;
|
||
|
top: 500px;
|
||
|
left: 500px;
|
||
|
padding: 10px;
|
||
|
border: 2px solid #fff;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.lvl1 {
|
||
|
font-size: 50px;
|
||
|
}
|
||
|
|
||
|
.lvl2 {
|
||
|
font-size: 35px;
|
||
|
}
|
||
|
|
||
|
.lvl3 {
|
||
|
font-size: 20px;
|
||
|
}
|