CSS @import is used to import CSS Rules from another Style Sheets
<style>
@import url('style.css');
</style>
<style>
@import '/tdb-style.css';
@import 'https://fonts.googleapis.com/css?family=Lato';
</style>
<!DOCTYPE html>
<html>
<style>
@import url('style.css');
</style>
<!--Body-->
<body>
<button type="submit" class="tdb-school">
Press
</button>
</body>
</html>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers