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

update new info #2

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 56 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,56 @@
# survey_form-repo
This is a survey form Repo that I created by using HTML & CSS
# Project Title 🚀
Documentation_page
## Project Description 📝

this project is a basic survey form and it can help to beginer devlopers
```
html
#</head>
<link rel="stylesheet" href="styles.css">
<body>
<div class="container">
<form id="survey-form">
<div class="labels">
```

## Demo 📸


![Demo](s_form.jpg)

## Technologies Used 🛠️

- HTML
- CSS


## Installation 💻

Provide step-by-step instructions on how to install and set up your project. Include any dependencies or prerequisites that need to be installed.

```bash
# [email protected]:latifa-wakili/survey_form-repo.git
```

```bash
# cd survey_form_repo.
```
`
# vscode.
```

## Usage 🎯

```bash
# use git clone .
```


## Author 👩‍💻
- Twitter: [@Latifa_Wakili](https://x.com/WakiliLatifa?t=wlHTh8JuyFprQsN_hZQGWQ&s=08)
- LinkedIn: [Latifa Wakili](https://www.linkedin.com/in/latifa-wakili-68423b277?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app)
- Email: [Latifa Wakili]([email protected])

## Contributing 🤝
for team working at first you should creat an organization on git hub nex you can creat pull_request on your project to shear whith your team and work on it together.

Binary file added s_form.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
background-color: rgb(241, 236, 230);
background: linear-gradient()
}

.container {
Expand Down
Loading