Student Name

Email: student@example.com | Phone: 123-456-7890

Education

Bachelor of Science in Computer Engineering

Skills

Experience

Intern at XYZ Company

Contact

Email Me
Resume.css body { font-family: Arial, sans-serif; background-image: url('background.jpg'); background-size: cover; color: #333; background-color: #c9a1c3; } header { background: rgba(255, 255, 255, 0.8); padding: 20px; text-align: center; } h2 { font-size: 1.5em; color: #0066cc; } a { color: #0066cc; text-decoration: none; } a:hover { text-decoration: underline; color: #004080; } /* Box model example */ #education, #skills, #experience, #contact { border: 1px solid #ccc; padding: 20px; margin: 20px; background: rgba(255, 255, 255, 0.9); } /* Custom cursor */ .custom-cursor { cursor: url('cursor.png'), auto; }