You are on page 1of 4

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Document</title>

<link rel="stylesheet" href="style.css">

</head>

<body>

background-image: ;

background-color: #cccccc;

<div class="container">

<form>

<h1>signe in</h1>

<input type="name" placeholder="username">

<br><br>

<input type="password" placeholder="password">

<br><br>

<button>login</button>

<br><br>

<h3>don't have an account?signup</h3>

</form>

<img src="https://fronty.com/static/uploads/1.12-1.01/css%20image/HTML_IMAGE.png" width="400" lang="200">


</div>

</body>

</html>

[21:39] wassimsghaier55 (Invité)

*{

box-sizing: border-box;

margin: 50;

padding: 40;

body{

background: white;

display: flex;

justify-content: center;

align-items: center;

flex-direction: column;

font-family: monospace;

height: 100vh;

.container{

background-color: rgb(249, 253, 253);

border-radius: 10px;
box-shadow: 100px;

button{

background-color: green;

color: aquamarine;

border: 1px;

font-size: 16px;

font-weight: bold;

padding: 16px;

margin-top: 24px;

letter-spacing: 1px;

border-radius: 50px;

border-color: rgb(245, 246, 244);

button:hover{

cursor: pointer;

background-color: darkseagreen;

color: aliceblue;

img{

display: flex;

flex-direction: row;

box-sizing: border-box;
margin: 50;

padding: 40;

<https://teams.microsoft.com/l/message/
19:83d5d5864bc341a6bab60b3aa6ee19f2@thread.tacv2/1697657981221?
tenantId=0566933d-a92c-4681-a863-
d74378b7bccf&amp;groupId=7ea270c0-138b-4b61-b81b-
d340f0fb1a6a&amp;parentMessageId=1697655416424&amp;teamName=Ful
l Stack JS Octobre 2023&amp;channelName=Semaine
2&amp;createdTime=1697657981221&amp;allowXTenantAccess=false>

You might also like