Add a .mainBox css class and two more links.
This commit is contained in:
parent
93d6f25ae6
commit
ccfbe0f08d
16
index.html
16
index.html
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue