Business Card Design | HTML And CSS | Website Design
BusinessCard Design | HTML And CSS | When we design any websites, we need to design a profile page, which is contained the profile card. Apart from this, we design a profile card of our clients, users, employees to show the profile of them. For an attractive website ui design, we need to design an attractive profile card with various animation effects. Here I am going to design a profile card. This profile card is very simple and attractive, does not contain too many effects. In this profile card design, I will put some details of the user like user picture, name, position and a simple button with hover effect. So let's get started. 1. CREATE HTML BLOCK Before starting writing code, we need to create a basic structure of an HTML document, so that the browser can understand document type and may start some process. The basic HTML structure looks as below. 2. ADD HTML <!DOCTYPE html> <html> <head> <t...
Comments
Post a Comment