Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Apr 26, 2024
1 parent 0a9d59a commit dfe6768
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!DOCTYPE html>
<html lang="it">
<head>
<title>The Bocchette 2 Website</title>
<title>TB2 Extra website: Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Content -->
<link rel="icon" href="https://docs.google.com/drawings/d/e/2PACX-1vRzg3r27e7_yLyB4m8rlyFHgQ8H5d6IJtW39axawbD5u7S_eX3ezqZdtll3NBLxJYY_OUhuSGJ-jQ8T/pub?w=16&h=16" type="image/x-icon">
</head>
<body style="background: white; margin: 0; cursor: default; font-family: sans-serif;">
<div style="height: 2em; width: -webkit-fill-available; display: flex; align-items: center; justify-content: flex-end; background: black; color: white; position: fixed; padding-right: 2%;">
<hx class="TopLink">Home</hx>
</div>
<div name="head" style="height: 340px; width: -webkit-fill-available; background-image: url(https://lh3.googleusercontent.com/u/0/drive-viewer/AKGpihaJ6KYCqDTZ5bSZA3wQb_xMAiZsoSINRmdRn_hXRhU_CX0B9ShzjvVr2qhUl-x0AG7uzYOA2gWWGNYZKjhKE0c5g207ITE3s_8=w1920-h868); background-position-x: center; background-position-y: bottom; background-size: cover;">
<hx style="width: 100%;height: 100%; display: flex; font-size: 64pt; letter-spacing: 2px; line-height: 1; color: white; font-weight: normal; word-wrap: break-word; font-family: sans-serif; -webkit-text-size-adjust: 100%; align-items: center; justify-content: center; text-align: -webkit-center;">The Bocchette 2</hx>
</div>
Expand Down Expand Up @@ -71,6 +74,16 @@
</html>

<style>
.TopLink{
padding: 3px;
background: transparent;
border-radius: 3px;
margin-inline: 3px;
}
.TopLink:hover {
background: #555;
}

tit{
font-family: 'Times New Roman', Arial;
vertical-align: baseline;
Expand Down

0 comments on commit dfe6768

Please sign in to comment.