This commit is contained in:
Georgia Koutsodima 2022-12-12 08:56:47 +01:00
parent b60eb103d5
commit 988599a627

View file

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