diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 83d41a2..f7552c1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,12 +3,9 @@ - - - - - + + @@ -145,6 +149,7 @@ - \ No newline at end of file diff --git a/css/index.css b/css/index.css index 4afad90..14508c8 100644 --- a/css/index.css +++ b/css/index.css @@ -205,7 +205,7 @@ dl { #step3 { position: relative; padding-bottom: 150px; - background: url('../images/index2.jpg') no-repeat center/cover; + background: url('../images/index2-1.jpg') no-repeat center/cover; box-sizing: border-box; } #step4 { @@ -215,7 +215,7 @@ dl { #step5 { position: relative; padding-bottom: 150px; - background: url('../images/index3.jpg') no-repeat center/cover; + background: url('../images/index3-1.jpg') no-repeat center/cover; box-sizing: border-box; } #step6 { diff --git a/images/index2-1.jpg b/images/index2-1.jpg new file mode 100644 index 0000000..348da10 Binary files /dev/null and b/images/index2-1.jpg differ diff --git a/images/index2.jpg b/images/index2.jpg deleted file mode 100644 index 8afca7c..0000000 Binary files a/images/index2.jpg and /dev/null differ diff --git a/images/index3-1.jpg b/images/index3-1.jpg new file mode 100644 index 0000000..0372e2f Binary files /dev/null and b/images/index3-1.jpg differ diff --git a/images/index3.jpg b/images/index3.jpg deleted file mode 100644 index 25e1948..0000000 Binary files a/images/index3.jpg and /dev/null differ