skip to Main Content

Html – I am trying to get NETFLIX , select tag ands sign in button in one line but i am unable to do. I am a beginner and often get stuck in this

I have tried display :flex; with justify-content: space-between, align-items:center; Also tried changing width , height, display- inline, inline-block but couldn't figure out. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Clone@Netflix</title> <link rel="stylesheet" href="netflix.css"> </head> <body> <header>…

VIEW QUESTION
Back To Top
Search