diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7ff13a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_STORE \ No newline at end of file diff --git a/index.html b/index.html index f549282..afd24b8 100644 --- a/index.html +++ b/index.html @@ -24,37 +24,76 @@ div#outer { } div#inner { display: table-cell; - text-align: center; vertical-align: middle; } div#container { - display: flex; - flex-direction: column; - justify-content: center; - min-width: 800px; - min-height: 580px; + width: 28rem; + margin: 0 auto; + } -img { - width: 500px; - height: 500px; - margin: 30px 0; + +.dot { + display: table-cell; + width: 1.4rem; + height: 1.4rem; + background-size: contain; + background-repeat: no-repeat; + padding-bottom: 1rem; + padding-left: 4rem; + background-size: 1.4rem; + background-position-x: right; } -p#header { + +.dot.internal { + /*background-image: url("/web_images/g4.png");*/ + background-image: url("file:///Users/yehor/src/default-www/web_images/g4.png"); +} + +.dot.m { + /*background-image: url("/web_images/m.png");*/ + background-image: url("file:///Users/yehor/src/default-www/web_images/m.png"); +} + +p#header1 { font-family: sans-serif; - font-size: 28px; + font-size: 2.5rem; color: #323C46; text-align: center; - line-height: 36px; margin-top: 0; - margin-bottom: 12px; + margin-bottom: 0.5rem; } -p#paragraph { + +p#header2 { font-family: sans-serif; - font-size: 13px; - color: #323C46; + font-size: 1.2rem; + color: #a0a0a0ff; text-align: center; - line-height: 20px; - margin: 0 auto; + margin-top: 0; + margin-bottom: 1.5rem; +} +.line { + display: table-row; + font-family: sans-serif; + font-size: 1.5rem; + color: #323C46; + padding-bottom: 0.3rem; +} + +.link { + display: table-cell; + padding-left: 0.4rem; + color: #a0a0a0ff; + text-decoration: none; +} + +.link:visited { + color: #a0a0a0ff; + text-decoration: none; +} + +.link:hover { + color: #323C46; + text-decoration: none; } @@ -63,11 +102,11 @@ p#paragraph {
-
- - -

Thanks for visiting.

-
+

Random Place Online

+

by Yehor Vialov

+ + +
diff --git a/web_images/g4.png b/web_images/g4.png new file mode 100755 index 0000000..85ac2c9 Binary files /dev/null and b/web_images/g4.png differ diff --git a/web_images/m.png b/web_images/m.png new file mode 100755 index 0000000..9352ad6 Binary files /dev/null and b/web_images/m.png differ