almost finished website
This commit is contained in:
21
newVersion/css/orderStyle.css
Normal file
21
newVersion/css/orderStyle.css
Normal file
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
height: 200%;
|
||||
}
|
||||
|
||||
/*
|
||||
Styles for individual steps
|
||||
*/
|
||||
|
||||
#step-1 {
|
||||
position: fixed;
|
||||
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage2.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#step-2 {
|
||||
position: fixed;
|
||||
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage3.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user