diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..251228d --- /dev/null +++ b/css/style.css @@ -0,0 +1,69 @@ +* { + box-sizing: border-box; +} +body { + margin: 0; + background-color:rgb(204, 204, 204) +} +.header { + background-color: #2e2828; + color: white; + text-align: center; + font-size: 35px; + margin: 0; +} +.header h1{ + margin: 0; +} +.row { + display: -webkit-flex; + display: flex; + background-color: #888888; +} +.column { + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + padding: 5px; + --height: 30px; + text-align: center; + text-decoration: none; + color: black; +} +.column:hover{ + background-color: rgb(163, 163, 163); +} +.kyaru_main { + display: block; + margin-left: auto; + margin-right: auto; + width: 100%; + height: auto; +} + +.column a { + text-decoration: none; + color: black; + width: 100%; +} + +.footer { + background-color: #2e2828; + padding: 10px; + text-align: center; + color: white; + position: fixed; + width: 100%; + left: 0; + bottom: 0; + } + + @media (max-width: 600px) { + .row { + -webkit-flex-direction: column; + flex-direction: column; + } + .kyaru_main{ + width: 100px; + } + } diff --git a/images/kyaru1.jpg b/images/kyaru1.jpg new file mode 100644 index 0000000..e21500e Binary files /dev/null and b/images/kyaru1.jpg differ diff --git a/images/kyaru_pout.jpg b/images/kyaru_pout.jpg new file mode 100644 index 0000000..6ade40b Binary files /dev/null and b/images/kyaru_pout.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..6c10521 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + +
+ +