diff --git a/madona_revazashvili/Week1/Data/62ea13a79faba3.35186693.jpg b/madona_revazashvili/Week1/Data/62ea13a79faba3.35186693.jpg new file mode 100644 index 0000000..7627526 Binary files /dev/null and b/madona_revazashvili/Week1/Data/62ea13a79faba3.35186693.jpg differ diff --git a/madona_revazashvili/Week1/Data/62ea13b235e1e5.07863180.jpg b/madona_revazashvili/Week1/Data/62ea13b235e1e5.07863180.jpg new file mode 100644 index 0000000..7627526 Binary files /dev/null and b/madona_revazashvili/Week1/Data/62ea13b235e1e5.07863180.jpg differ diff --git a/madona_revazashvili/Week1/Data/62ea13f67a7c62.49124409.jpg b/madona_revazashvili/Week1/Data/62ea13f67a7c62.49124409.jpg new file mode 100644 index 0000000..7627526 Binary files /dev/null and b/madona_revazashvili/Week1/Data/62ea13f67a7c62.49124409.jpg differ diff --git a/madona_revazashvili/Week1/Data/62ea13fe082f36.09029021.jpg b/madona_revazashvili/Week1/Data/62ea13fe082f36.09029021.jpg new file mode 100644 index 0000000..7627526 Binary files /dev/null and b/madona_revazashvili/Week1/Data/62ea13fe082f36.09029021.jpg differ diff --git a/madona_revazashvili/Week1/Data/62ea1431c639f7.36080213.jpg b/madona_revazashvili/Week1/Data/62ea1431c639f7.36080213.jpg new file mode 100644 index 0000000..7627526 Binary files /dev/null and b/madona_revazashvili/Week1/Data/62ea1431c639f7.36080213.jpg differ diff --git a/madona_revazashvili/Week1/index.php b/madona_revazashvili/Week1/index.php new file mode 100644 index 0000000..878a888 --- /dev/null +++ b/madona_revazashvili/Week1/index.php @@ -0,0 +1,64 @@ + + + + + + + + + + + Document + + + +
+ + + + + + + + + + +
+ +

$name $lastname

"; +} ?> + + + \ No newline at end of file diff --git a/madona_revazashvili/Week1/reset.css b/madona_revazashvili/Week1/reset.css new file mode 100644 index 0000000..2885d66 --- /dev/null +++ b/madona_revazashvili/Week1/reset.css @@ -0,0 +1,139 @@ +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} + +body { + line-height: 1; +} + +ol, +ul { + list-style: none; +} + +blockquote, +q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +a { + text-decoration: none; + color: #000000; +} + +* { + box-sizing: border-box; +} \ No newline at end of file diff --git a/madona_revazashvili/Week1/style.css b/madona_revazashvili/Week1/style.css new file mode 100644 index 0000000..9f2e753 --- /dev/null +++ b/madona_revazashvili/Week1/style.css @@ -0,0 +1,54 @@ +body { + width: 100%; + display: flex; + justify-content: center; + align-items: center; + background-color: rgb(63, 101, 101); +} + +form { + background-color: rgb(145, 161, 52); + border-radius: 5px; + padding: 40px; +} + +input { + display: block; +} + +input { + width: 100%; + height: 35px; + border-radius: 5px; + border: none; + font-size: 1vw; + color: black; + font-weight: bold; + font-style: italic; + margin: 15px auto 0px auto; +} + +label { + font-size: 1.3vw; + color: rgb(77, 71, 71); + font-weight: bold; + text-align: center; +} + +button { + width: 10vw; + height: 40px; + background-color: rgb(141, 87, 87); + font-size: 1.5vw; + display: flex; + justify-content: center; + align-items: center; + border-radius: 5px; + color: black; + margin: 30px auto 0px auto; + cursor: pointer; +} +button:hover { + background-color: black; + color: white; +} \ No newline at end of file