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