Sure, let's create a simple HTML/CSS project that displays "Hello World" on the webpage. 

We will need two files for this: an HTML file and a CSS file. 

The HTML file will contain the structure of our webpage, and the CSS file will contain the styles for our webpage.

Here are the contents of each file:

index.html
