Add a .mainBox css class and two more links.

This commit is contained in:
Username404-59 2021-03-26 21:10:15 +01:00 committed by Username404
parent 93d6f25ae6
commit ccfbe0f08d
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 16 additions and 0 deletions

View File

@ -23,9 +23,25 @@
color: #21A4DF;
text-decoration: none;
}
* {
box-sizing: border-box;
}
.mainBox {
font-size: xxx-large;
float: left;
width: 50%;
padding: 50px;
height: 300px;
}
</style>
</head>
<body>
<div class="mainBox">
<a href="https://gits.username404.fr">Gitea Repositories</a>
</div>
<div class="mainBox">
<a href="https://ci.username404.fr">Jenkins CI Server</a>
</div>
<div id="bottomlink">
<a href="https://gits.username404.fr/Username404-59/Username404-Website">
Source