diff --git a/img/code.png b/img/code.png new file mode 100644 index 0000000..504e8d9 Binary files /dev/null and b/img/code.png differ diff --git a/img/code2.png b/img/code2.png new file mode 100644 index 0000000..d546f99 Binary files /dev/null and b/img/code2.png differ diff --git a/metodos_arrays/boot.css b/metodos_arrays/boot.css new file mode 100644 index 0000000..abe4b7e --- /dev/null +++ b/metodos_arrays/boot.css @@ -0,0 +1,66 @@ +h1{ + text-align: center; +} + + +.main { + /*border: 2px red solid;*/ + display: grid; + grid-template-columns: repeat(auto-fill,23%); + text-align: center; + grid-gap: 2%; + padding: 5%; + + } + .main .main_pop{ + padding: 10px; + border-radius: 10px; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); + background-color: orange; +} + +.main .main_pop .main_pop_btn { + + background: rgb(24, 24, 24); + color: rgb(245, 245, 245); + border: none; + border-radius: 100px; + padding: 10%; + +} + +.main .main_pop .main_pop_btn:hover{ + background: rgb(245, 245, 245); + color: rgb(24, 24, 24); + transition: background .3s ease-in; +} + +.resultado{ + user-select: none; +} + +.ico { + cursor: pointer; + +} + +.ico:hover{ + color: #ddd; +} + +.span { + display: none; +} + +img{ + max-width:100%; + cursor: pointer; +} + +img:hover{ + opacity: .5; +} + +.modal-title{ + flex-grow: 1; +} \ No newline at end of file diff --git a/metodos_arrays/metodos_arrays.html b/metodos_arrays/metodos_arrays.html index 7485982..ed57479 100644 --- a/metodos_arrays/metodos_arrays.html +++ b/metodos_arrays/metodos_arrays.html @@ -1,80 +1,93 @@ +