diff --git a/index.html b/index.html index 1989878..66e3c6c 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,34 @@
+ +Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi, incidunt! Perferendis, recusandae id odio iusto aperiam, eveniet ad nemo nesciunt rem, deleniti cupiditate accusantium optio facere eligendi iste similique repellat.
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..ad98331 --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +header > div { + background-image:linear-gradient(to bottom right,rgb(190, 227, 231) , rgb(8, 55, 58)); +} + +.container { + width: 100px; + height: 60x; +} + +/* resize images */ +.container img{ + width: 10%; + height: auto; +}