“How to Build My CV in HTML and CSS”
Hi everyone! Today, I’ll show you how I built my CV using HTML and CSS.
Step 1: I created a folder and added two files:
index.html
style.css
Step 2: In my HTML file, I structured my CV using:
header
sections for background, education, experience, etc.
Step 3: I linked my CSS file in the
:html
Copy
Edit
Step 4: In style.css, I styled my CV with:
clean fonts
colors
spacing
dark mode support
Step 5: I opened my HTML in the browser. That’s it—my CV is now a web page!
Thanks for reading!
Top comments (0)