commit 14a85006c1f2ad7bf4556ad8ef2a666c772d7eb2 Author: unknown Date: Thu Apr 30 19:41:57 2020 +0300 inital coommit diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..97466e7 --- /dev/null +++ b/css/index.css @@ -0,0 +1,65 @@ +.body, html{ + margin: 0; + padding: 0; + background: url(../img/defaultBack.jpg); + background-position: center; + background-repeat: no-repeat; + background-size: cover; + height: 100%; + +} + +.kotya{ + width: 500px; + padding: 40px; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + text-align: center; + +} + .kotya h1{ + font-family: 'Roboto Mono', monospace; + color:#0f2338; + font-size: 50pt; +} + +.kotya #yesbtn{ + width: 100px; + height: 100px; + border: 30px; + background:#fe5f55; + border: 2px; + border-radius: 24px; + font-size: 25px; + color:#faf3dd; + cursor:pointer; + +} + +.kotya #nobtn{ + width: 100px; + height: 100px; + border: 30px; + background: #fe5f55; + border: 2px; + border-radius: 24px; + font-size: 25px; + color:#faf3dd; + cursor:pointer; + +} + +.kotya #yesbtn:hover{ + background:#90ddf0; + border: 2px solid #4ce0b3; + color:#2b3a67; +} + +.kotya #nobtn:hover{ + background:#90ddf0; + border: 2px solid #4ce0b3; + color:#2b3a67; +} diff --git a/css/nopage.css b/css/nopage.css new file mode 100644 index 0000000..e855212 --- /dev/null +++ b/css/nopage.css @@ -0,0 +1,31 @@ +.body, html{ + margin: 0; + padding: 0; + background: url(../img/noback.jpg); + background-position: center; + background-repeat: no-repeat; + background-size: cover; + height: 100%; + +} + +.yesimg{ + width: 500px; + padding: 40px; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} + +.yesimg h1{ + padding: 0; + border: 0; + font-family: 'Pattaya', sans-serif; + color:#cc0000; + font-size: 50pt; + text-align: center; + border-radius: 100px; +} + diff --git a/css/yespage.css b/css/yespage.css new file mode 100644 index 0000000..eb6104a --- /dev/null +++ b/css/yespage.css @@ -0,0 +1,37 @@ +.body, html{ + margin: 0; + padding: 0; + background: url(../img/yesback.jpg); + background-position: center; + background-repeat: no-repeat; + background-size: cover; + height: 100%; + +} + +.yesimg{ + width: 500px; + padding: 40px; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} + +.yesimg h1{ + padding: 0; + border: 0; + font-family: 'Pattaya', sans-serif; + + color:#cc0000; + font-size: 50pt; + text-align: center; + border-radius: 100px; +} + +.yesimg img{ + height: 500px; + width: auto; + align-self: center; +} diff --git a/img/defaultBack.jpg b/img/defaultBack.jpg new file mode 100644 index 0000000..e6ab47e Binary files /dev/null and b/img/defaultBack.jpg differ diff --git a/img/love2.jpg b/img/love2.jpg new file mode 100644 index 0000000..f6403be Binary files /dev/null and b/img/love2.jpg differ diff --git a/img/noback.jpg b/img/noback.jpg new file mode 100644 index 0000000..cb7790c Binary files /dev/null and b/img/noback.jpg differ diff --git a/img/yesback.jpg b/img/yesback.jpg new file mode 100644 index 0000000..878930c Binary files /dev/null and b/img/yesback.jpg differ diff --git a/index.htm b/index.htm new file mode 100644 index 0000000..1def783 --- /dev/null +++ b/index.htm @@ -0,0 +1,17 @@ + + + + + + Ты котя? + + + +
+

Ты котя?

+ + +
+ + + \ No newline at end of file diff --git a/nopage.htm b/nopage.htm new file mode 100644 index 0000000..50b0edc --- /dev/null +++ b/nopage.htm @@ -0,0 +1,16 @@ + + + + + + + Жаль + + + +
+

Жаль, я ждал свою Котю.

+
+ + + diff --git a/yespage.htm b/yespage.htm new file mode 100644 index 0000000..2b6dc2b --- /dev/null +++ b/yespage.htm @@ -0,0 +1,31 @@ + + + + + + + Да, ты Котя + + + +
+
+
+
+ +
+
+ +
+
+

ТЬМООООООК

+
+
+
+ + + +
+ + +