Set Google Fonts
👉 First add External CSS
<head>
<link rel="stylesheet" href="style.css">
</head>
<link rel="stylesheet" href="style.css">
</head>
👉 Second get the web link of font from google font, To embed a font, copy the code into the <head> of your HTML
👉 Apply font-family On style.css
font-family: "Varela Round", sans-serif;
}
}
Put Container Side by Side
HTML
<div class="flex-container">
<div class="flex-child magenta">
Flex Column 1
</div>
<div class="flex-child green">
Flex Column 2
</div>
</div>
0 মন্তব্য(গুলি):