diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..8b21c0c --- /dev/null +++ b/css/index.css @@ -0,0 +1,33 @@ +.jumbotron { + text-align: center; +} + +#UpperCarousel { + width: 70%; + margin: auto; +} + +#LowerCarousel { + width: 70%; + margin: auto; +} + +.carousel-cell { + border-color: #0000ff; + border-radius: 5px; + width: 66%; + background: #8C8; + margin-right: 10px; + height: 60px; + line-height: 1.5; +} + +.carousel-cell-content { + color: #ffffff; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +/*# sourceMappingURL=index.css.map */ diff --git a/css/index.css.map b/css/index.css.map new file mode 100644 index 0000000..314433c --- /dev/null +++ b/css/index.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../sass/index.sass"],"names":[],"mappings":"AAOA;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EA5BA;EACA;EACA;EACA","file":"index.css"} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..62335cf --- /dev/null +++ b/index.html @@ -0,0 +1,101 @@ + + + +
+ +