diff --git a/index.css b/index.css new file mode 100644 index 00000000..ce8ac487 --- /dev/null +++ b/index.css @@ -0,0 +1,34 @@ +#Trek { + display: flex; +} + +#trekInfo{ + width: 300px; +} + +#trekReservation { + max-width: 400px; + margin-left: 1em; +} + +#trekList{ + width: 350px; + margin-right: 1em; + margin-left: -20px; +} + +body{ + margin: 3em; +} + +ul { + list-style: none; +} + +li { + font-size: 1.5em; +} + +.text-white:hover { + color: rgb(163, 255, 132)!important; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..061b0ff5 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + +
+ +