Compare commits

..

No commits in common. "77cae1c768464d3e848b47faa762241b95142e9e" and "532d23adbc2938074f688f8a98d2b6985b847653" have entirely different histories.

View file

@ -13,7 +13,7 @@
div { div {
height: 50px; height: 50px;
width: 2000px; width: 200px;
font-weight: bold ; font-weight: bold ;
color: aliceblue; color: aliceblue;
position: fixed; position: fixed;
@ -21,8 +21,7 @@ div {
left: 50%; left: 50%;
margin-top: -100px; margin-top: -100px;
margin-left: -150px; margin-left: -150px;
font-size: 50px; font: size 2000px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
} }
body{ body{