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