diff --git a/contributions/CSS/hello_world.css b/contributions/CSS/hello_world.css new file mode 100644 index 0000000..0a0aee1 --- /dev/null +++ b/contributions/CSS/hello_world.css @@ -0,0 +1,6 @@ +p { + content: "Hello,World!!"; + color: lightblue; + font-size: 18px; + font-weight: 600; +}