This commit is contained in:
brausjonas
2023-03-23 21:38:32 +00:00
parent beade08e47
commit 27925d4034
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
p
{
font-size: 50px;
}
+3 -1
View File
@@ -7,6 +7,8 @@
<link rel="stylesheet" href="">
</head>
<body>
<p>
This is a test
</p>
</body>
</html>