diff --git a/starter-code/styles/style.css b/starter-code/styles/style.css new file mode 100644 index 000000000..2e6836cb2 --- /dev/null +++ b/starter-code/styles/style.css @@ -0,0 +1,58 @@ +body { + margin: 0; + padding: 0; +} +#awards-container { + background-color: #ed564b; + width: 100%; + height: 380px; + color: white; +} + +#main-text-container { + height: 1250px; +} + +nav { + height: 100px; +} + +#bottom { + height: 615px; + background-color: #3b3b3b; +} + +footer { + height: 80px; + background-color: #292929; +} + +.card { + background-color: transparent; + color: white; +} + +.overlay { + background-image: url(/starter-code/img/overlay.png); + background-repeat: repeat; + background-position: 0; +} + +span a { + color: #ed564b; +} +span { + font-weight: 900; +} + +.col-sm img { + width: 160px; +} + +.col-sm { + width: 160px; +} + +.card-body { + width: 300px; +}