diff options
-rw-r--r-- | assets/css/style.css | 20 | ||||
-rw-r--r-- | assets/index.html | 0 | ||||
-rw-r--r-- | index.html | 3 |
3 files changed, 12 insertions, 11 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8bb8939..af2f74d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -83,8 +83,8 @@ body { } .buttonBlue { - background: #F9A825; /* fallback for bad browsers */ - background: linear-gradient(to right, #F9A825, #FF5252); + background: #263238; /* fallback for bad browsers */ + background: linear-gradient(to right, #FF7170, #FB5D5E); color: white; border-radius: 20px; width: 160px; @@ -99,8 +99,8 @@ body { } .buttonBlue:hover { - background: #16BFFD; /* fallback for bad browsers */ - background: linear-gradient(to right, #F9A825, #FF5252); + background: #FF7170; /* fallback for bad browsers */ + background: linear-gradient(to right, #FF7170, #FB5D5E); color: white; border-radius: 20px; width: 175px; @@ -117,12 +117,12 @@ body { a:visited { text-decoration: none; - color: #FF5252; + color: #FB5D5E; } a { text-decoration: none; - color: #FF5252; + color: #FB5D5E; } @keyframes middle-to-top { @@ -213,7 +213,7 @@ a { transform: translateY(0); } 25% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 50% { @@ -228,7 +228,7 @@ a { transform: translateY(0); } 50% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 75% { @@ -243,7 +243,7 @@ a { transform: translateY(0); } 75% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 100% { @@ -258,7 +258,7 @@ a { transform: translateY(0); } 100% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 25% { diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/index.html @@ -8,6 +8,7 @@ <link rel="stylesheet" href="./assets/css/style.css"> <link rel="stylesheet" href="./assets/fonts/Linearicons-Free-v1.0.0/icon-font.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mukta"> + <link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.png"> <title>Texx Web</title> </head> <body> @@ -51,4 +52,4 @@ <script src="./assets/js/jquery.js"></script> <script src="./assets/js/preLoader.js"></script> </body> -</html> +</html>
\ No newline at end of file |