Search
 
SCRIPT & CODE EXAMPLE
 

CSS

memebuat html dan css login instagram

<html><head>
  <meta charset="UTF-8">
  <title>Instagram Login Page</title>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>

<link rel="stylesheet" type="text/css" href="index.css">
 <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">    <link rel="stylesheet" href="styles.css">
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

<div class="wrapper">
  <div class="get">
      <p id="p1"> <b>Instagram</b><br>Find it for free on Google Play.</p>
      <p id="p2">GET</p>
  </div>
  <div class="header">

    <div class="top">
      <div class="logo">
      <p>Instagram</p>
        <!-- <img src="instagram.png" alt="instagram" style="width: 175px;"> -->
      </div>
      
        <div class="fb">
        <i class="fa fa-facebook-square" aria-hidden="true"></i>
          <p>    Log in with Facebook</p>
        </div>
        
      <div class="or">
        <div class="line"></div>
        <p>OR</p>
        <div class="line"></div>
      </div>
      <div class="form">
        <div class="input_field">
          <input type="text" placeholder="Phone number, username, or email" class="input">
        </div>
        <div class="input_field">
          <input type="password" placeholder="Password" class="input">
        </div>
        <div class="forgot">
          <a href="#">Forgot password?</a>
        </div>
        <div class="btn"><a href="#">Log In</a></div>
      </div>
      
      <div class="dif">
      
        
      </div>
    </div>
    <div class="signup">
      <p>Don't have an account? <a href="#">Sign up</a></p>
    </div>
    
      
  </div>
  <div class="foot">
  <span>
    <p class="p3">From</p>
    <p class="p5">Candra
    </p>
  </span>
  </div>
</div>


</body></html>
Comment

PREVIOUS NEXT
Code Example
Css :: how to allign li in row 
Css :: css class for table 
Css :: selectors in css 
Css :: acf wysiwyg height 
Css :: css change background color 
Css :: set background as an image 
Css :: CSS Height, Width and Max-width 
Css :: content url svg css 
Css :: devextreme css 
Css :: fade div 
Css :: make element fill page 
Css :: css styles responsive password input eye 
Css :: count how many characters in the same position are eqial in both strings 
Css :: css hex to rgb 
Css :: css if child has class 
Css :: Background Animation onHover 
Css :: have button beside form input 
Css :: css floats 
Css :: margin shorthand css 
Css :: css make a cell twice as big flexbox 
Css :: crop image in img 
Css :: sass example html 
Css :: table td css 
Css :: How to enable horizontal scrolling of content in a webpage 
Css :: how to set box into another box using html and css 
Css :: wordpress dashboard css broken 
Css :: elementsone after other css 
Css :: change button color ultimate member plugin 
Css :: shrouded 
Css :: text-decoration not working in microsoft mail 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =