Обновить index.html
This commit is contained in:
+34
-32
@@ -3,42 +3,44 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>my yggdrasil website!</title>
|
<title>my yggdrasil website!</title>
|
||||||
</head>
|
<style>
|
||||||
<style>
|
html {
|
||||||
html {
|
background-image: url('./res/background/bgleafoutline.gif');
|
||||||
background-image: url('./res/background/bgleafoutline.gif');
|
background-size: auto;
|
||||||
background-size: auto;
|
color: white;
|
||||||
color: white;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #0f0f0f;
|
background-color: #0f0f0f;
|
||||||
font-family: 'Times New Roman', Times, serif;
|
font-family: 'Times New Roman', Times, serif;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
width: 65%;
|
width: 65%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
border: solid 1px white;
|
border: solid 1px white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.seal {
|
|
||||||
font-size: 45px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sealIMG {
|
.seal {
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
}
|
}
|
||||||
</style>
|
|
||||||
|
|
||||||
|
.sealIMG {
|
||||||
|
font-size: 45px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="flex-direction: row; display: flex; width: 100%; justify-content: center;"><img style='width: 80%;' src="/res/icon.png"></div>
|
<div style="flex-direction: row; display: flex; width: 100%; justify-content: center;"><img style='width: 80%;' src="/res/icon.png"></div>
|
||||||
<hr style="width: 100%;">
|
<hr style="width: 100%;">
|
||||||
|
|||||||
Reference in New Issue
Block a user