When we create SharePoint web part page then below are the three ways using which we can add CSS1) Inline CSS : we can add inline CSS directly to that particular element2) using link : create one CSS file and add all this css into that file and give reference of this file using 3) directly on page : Add tag and add all CSS into that page.Thanks.