Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cital #365

Open
madjid922 opened this issue Apr 3, 2023 · 1 comment
Open

Cital #365

madjid922 opened this issue Apr 3, 2023 · 1 comment

Comments

@madjid922
Copy link

<title>Page de connexion</title> <style> body { background-color: #f0f2f5; font-family: Arial, sans-serif; }
	.container {
		background-color: #fff;
		border: 1px solid #ddd;
		padding: 20px;
		margin: 50px auto;
		max-width: 500px;
	}

	h1 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 30px;
		color: #7B7D7D;
	}

	form {
		margin-bottom: 0;
	}

	label {
		display: block;
		margin-bottom: 10px;
		color: #65676b;
	}

	input[type="text"], input[type="password"] {
		border: 1px solid #ddd;
		padding: 10px;
		width: 100%;
		margin-bottom: 20px;
		font-size: 16px;
	}

	button[type="submit"] {
		background-color: #7B7D7D;
		color: #fff;
		padding: 12px 20px;
		font-size: 18px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	}

	button[type="submit"]:hover {
		background-color: #166fe5;
	}

	.logo {
		display: block;
		margin: auto;
		margin-bottom: 20px;
		max-width: 200px;
		height: auto;
	}
</style>
Logo Cital

veuillez vous identifier

Nom d'utilisateur:
		<label for="password">Mot de passe:</label>
		<input type="password" id="password" name="password"><br>

		<button type="submit" id="login-button">Se connecter</button>
	</form>
</div>

<script src="script.js"></script>
@madjid922 madjid922 changed the title Citql Cital Apr 3, 2023
@Ibnelaiq
Copy link

Ibnelaiq commented Apr 9, 2023

The issue is not well-formatted and is difficult to understand. Could you please consider using a tool like Google Translate to translate your issue into English or another commonly used language? This will make it easier for others to read and respond to your issue. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants