Follow these steps to use the lightning style in the Visualforce page:
1. Go to SetUp -> Enter Visualforce in the quick find box -> select visualforce page -> click edit.
2. Add the lightningStyleSheets=”true” to initial <apex:page> component in the visualforce markup.
e.g.: <apex:page standardController=”Account” lightningStyleSheets=”true” >
3. Save the above changes.
- <div>
</div>