0-Getting Started
Objective
Build a smiley face using only html and css. This is 5-step project.
Set Up of File
Create a new directory called 2-DotNet-Projects
; cd
into it and mkdir
a sub-directory called 1-smileyFace
.
It should look like this:
DotNet-library
└── 0-DotNet-PreWork
└── 1-DotNet-Fundamentals
└── 2-DotNet-Projects
└── 1-smileyFace
In Visual Studio Code, open the directory 0-smileyFace'. Add TWO files, one called
smileyFace.html, and the other called
smileyFace.css`.
DotNet-library
└── 0-DotNet-PreWork
└── 1-DotNet-Fundamentals
└── 2-DotNet-Projects
└── 1-smileyFace
└── smileyFace.css
└── smileyFace.html
Last updated