Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lunekiska authored Nov 12, 2023
1 parent 34020a9 commit 04d013f
Showing 1 changed file with 2 additions and 66 deletions.
68 changes: 2 additions & 66 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,72 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Julia (Kisca)</title>
<link rel="stylesheet" href="fonts/latolatinfonts.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="icon" href="https://avatars2.githubusercontent.com/u/27868542">
<style>

* { border: 0; padding: 0; margin: 0; background-color: #262626; color: #ffffff; line-height: 140%; }
html, body, #container { width: 100%; height: 100%; }
body { font-size: 16px; font-family: 'LatoLatinWeb'; }
hr { border-top: 1px solid #c4c0bc; width: 40px; margin: 0.6em 0; }
a:hover { color: #e2c3fa; }
h1 { font-size: 40px; font-family: 'LatoLatinWebSemibold'; }
h2 { font-size: 24px; }
li { margin-left: 2em; }
li > ul { margin-bottom: 0.5em; }
li > i { color: #ffffff; }
p.small { font-size: 10px; color: #504e4c; }
p.rate2 a { color: #ffffff; }
p.rate2 a:hover { color: #e2c3fa; }
p.footer { font-size: 12px; color: #e2c3fa; }
#container { display: flex; justify-content: center; align-items: center; flex-direction: column; }
#container > div { text-align: center; margin: 0.6em 0; }

ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #262626;
}

li2 { float: left; }

li2 a, .dropbtn {
display: inline-block;
color: #967bb6;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li2 a:hover, .dropdown:hover .dropbtn {
background-color: #ffffff;
}

li2.dropdown { display: inline-block; }

.dropdown-content {
display: none;
position: absolute;
background-color: #191919;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: #967bb6;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover { background-color: #f1f1f1; }

.dropdown:hover .dropdown-content { display: block; }

</style>
</head>
<body>
<ul>
Expand All @@ -91,7 +27,7 @@
<div id="container">

<div>
<p><img src="/img/caty-facey-uwu.png" alt="Kisia's sona" width="386" height="500"></p>
<img src="/img/caty-facey-uwu.png" alt="Kisia's sona" width="386" height="500">
</div>
</hr>
<div>
Expand Down

0 comments on commit 04d013f

Please sign in to comment.