t
This commit is contained in:
parent
b60eb103d5
commit
988599a627
1 changed files with 4 additions and 3 deletions
|
@ -13,15 +13,16 @@
|
|||
|
||||
div {
|
||||
height: 50px;
|
||||
width: 200px;
|
||||
width: 2000px;
|
||||
font-weight: bold ;
|
||||
color: aliceblue;
|
||||
color:aliceblue;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -100px;
|
||||
margin-left: -150px;
|
||||
font: size 2000px;
|
||||
font-size: 50px;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
body{
|
||||
|
|
Loading…
Reference in a new issue