-Live Site Url : https://amustafaozkayam.github.io/parallax-responsive-websites/
Project aims to create parallax website.
- Your company has recently started on a project that aims to create a parallax website. So you and your colleagues have started to work on the project.
003-parallax-website (folder)
|
|----readme.md # Given to the students (Definition of the project)
|----images # Given to the students (Images of the project)
|----solution
|----index.html
|----style.css
|----images
Build a Landing that is functionally similar to this: Parallax Website
-
HTML
-
List Properties
-
Overflow Property-The float Property-Opacity / Transparency-Units in CSS
-
CSS Setting height and width-CSS Outline-CSS Combinators
-
improve coding skills within HTML & CSS
-
use git commands (push, pull, commit, add etc.) and Github as Version Control System.
-
Step 1: Download or clone project repo on Github
-
Step 2: Create project folder for local public repo on your pc
-
Step 3: Create Parallax Website
Part-1 HTML Structure
- Creat structure of the HTML5
- Give name of your project (title)
- Create the main structur of the HTML
Part-2 CSS Structure
- Set a background and define font-color="white"
- Set container background color and margin
- Define others color-size-padding etc...
-
Step 4: Push your application into your own public repo on Github
-
Step 5: Deploy your application on Github template to showcase your app within your team.
- You can use HTML,and CSS to complete this project.