screen_rotation
Copied to Clipboard
<!DOCTYPE html> <html> <head> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" /> </head> <body> <div class="container"> <h2>Font Awesome Facebook Square Offically Color Coode (fab fa-facebook-square)</h2> <i class="fab fa-facebook-square" style="font-size: 70px;color:#4267B2"></i> </div> <style> body { background-color: #f8f9fa; } .container { margin: 20px auto; max-width: 600px; padding: 10px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24); background-color: #fff; border-radius: 8px; } </style> </body> </html>