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

Html – Positioning with after

I watched from 11:30-16:00 Frontend. As a result <div class="title-wrapper"> <h2 class="title title--purple"><span>Live Auctions</span></h2> </div> .title { font-family: 'Oxanium', font-weight: 700; font-size: 64px; line-height: 130px; color: #F5FBF2; position: relative; &:after { content: ''; position: absolute; top: 50%; left: 0; transform:…

VIEW QUESTION
Back To Top
Search