diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7b41984 Binary files /dev/null and b/.DS_Store differ diff --git a/css/styles.css b/css/styles.css index 8a60244..9d219b2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,4 +4,20 @@ body { .starter-template { padding: 3rem 1.5rem; text-align: center; -} \ No newline at end of file +} +h1 { + color: darkgreen; +} +img{ + width: 200px; + heights: 200px +} +.btn-warning { + background-color: yellow; +} +.btn-light { + background-color: lightblue; +} +.btn-dark { + background-color: purple; +} diff --git a/index.html b/index.html index a4670a4..1dfc436 100644 --- a/index.html +++ b/index.html @@ -1,74 +1,230 @@ - + -
- - - - - -