From 8ad4144b218bf8f6e180e325aa53b7ce64383ace Mon Sep 17 00:00:00 2001 From: raja Date: Wed, 20 Oct 2021 12:03:29 +0530 Subject: [PATCH] taco site --- firs_css.css | 23 +++++++++++++++++++++++ first_project.html | 18 ++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 firs_css.css create mode 100644 first_project.html diff --git a/firs_css.css b/firs_css.css new file mode 100644 index 0000000..27c21e3 --- /dev/null +++ b/firs_css.css @@ -0,0 +1,23 @@ +.bg{ + position: absolute; + background-image: url("https://jolly-kalam-23776e.netlify.app/restaurantwebsite/assets/images/topography.svg"); + background-position:center ; + background-repeat: no-repeat; + background-size: cover; + height: 100%; + width: 100%; + z-index: -1; + opacity: 0.7; + background: violet; +} +.btn1{ + background: #fff; + color:#333; + cursor: pointer; + border: 1px solid; + padding: 1em; +} +.btn1:hover{ + background: yellowgreen; + color: wheat; +} \ No newline at end of file diff --git a/first_project.html b/first_project.html new file mode 100644 index 0000000..4abbe54 --- /dev/null +++ b/first_project.html @@ -0,0 +1,18 @@ + + Terry's taco + + + +
+
+ +
+
+ \ No newline at end of file