Compare commits

...

5 commits

View file

@ -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{